How can i get all month lables in X- axis. ?? i am only getting JAN, MAR, MAY etc… but i should get like JAN, FEB, MAR, APR etc…
pls suggest.
In the chart property → xAxes → Axis Array Selected for Series → appearance → grid → minDistance
Change from null and set appropriate value.
yes!! it was set to 60, now i set to 15. and now it works.
Thanks a lot !!