X Axis Values are Escaping

Hi Team,
I have created bar chart with 30 bars as Day
here is Output:

;
So how can I stop escaping X Axis Values.
Now it is showing 1 3 5 7 …
I want 1 2 3 4 5 6 7 like this.

Hi,
This is the default property of the chart. In order to reduce decluttering on X axis it automatically reduces the number of labels shown on Axis.Otherwise it will not look good and will not be properly readable.

Thankyou

If you would still want to show this there are two options

  • one might be more difficult which will require certain code level changes
  • second is if you increase the chart size automatically the area for Xaxis will increase and then all the values will be shown.