I am using Dundas Charts and I am displaying a Bar Chart with X Axis and Y Axis as numbers. We want to show commas for numbers. For example 500000 can be shown as 500, 000. Any ideas and suggestions are much appreciated!
Asked
Active
Viewed 1,071 times
1 Answers
0
use labelformat property as in
currentChart.ChartAreas["ChartArea1"].AxisY.LabelStyle.Format = "d";

dc2009
- 842
- 1
- 9
- 7