Hi,
I am using the RADChart for simple bar graph. The data what I will be having will be
I am binding the data in the code behind using
So is there any way to confiure the chart to display the missing months. The value of course for those will be zero. But is there a way to display all the months from Jan to Dec?
I am using the RADChart for simple bar graph. The data what I will be having will be
Month Count
Jan 213
Feb 345
May 344
Jul 102
Aug 123
I am binding the data in the code behind using
RadChart1.Series[0].DataYColumn = "Count";
RadChart1.PlotArea.XAxis.DataLabelsColumn = "Month";
RadChart1.DataBind();
So is there any way to confiure the chart to display the missing months. The value of course for those will be zero. But is there a way to display all the months from Jan to Dec?