Telerik RadChart axis non-alignment issue
I am trying to make a bar chart using Telerik RadChart. I have an issue
where the labels are not aligning correctly with the bar charts. Here is a
picture to show what I mean.
As you can see the labels start before the bar chart. Here is the code
that I think is not working correctly.
QueryReportBarChartHTML.PlotArea.XAxis.Items.Add(queryReportData.ElementAt(i).Key.ToString()
+ "<br/> <p style=\"VISIBILITY: hidden\"><claims>" +
queryReporData.ElementAt(i).Value + "</claims></p>");
Appreciate any help with this thanks!
No comments:
Post a Comment