1
votes

How can I show all text values of Y axis in the bar chart shown in the image

enter image description here

1
I'm seeing the text values in the image...where exactly do you want them? - Beska
also it occurs to me when the number of items is more than ten, it worked with the solution of Memmed - Luis Molina

1 Answers

3
votes

Chart1.ChartAreas[0].AxisX.Interval = 1;