I’m trying to use charts on WinForms but for some reason the info seems to be stack on each other.
Chart Code – https://pastebin.com/iW3tfmec
DatabaseManager Class – https://pastebin.com/xxgdVqDd
Chart
Tried some gpt suggestions like formating:
chart1.Series["Vendas"]["PointWidth"] = "0.6";
chart1.Series["Vendas"]["BarWidth"] = "0.5";
chart1.Series["Vendas"]["BarSpacingRatio"] = "50";
Didnt help at all.
New contributor
Ricardo Moura is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.