How can I properly format the Y axis labels on an ASP.NET chart?

How can I properly format the Y axis labels on an ASP.NET chart?

瀏覽:825
日期:2025-06-11
can you not just set AxisY.Interval? chart1.ChartAreas["ChartArea1"].AxisY. MajorGrid.Interval = 1; chart1.ChartAreas["ChartArea1"].AxisY.Interval = 1;....看更多