Hi,
I want to put the legend at the bottom of chart, but it hides axes item labels and I can´t see their values. How can I make room between axes item labels and the bottom chart margin to put the legend?
Another issue:
Is there another way to populate a range of values along an axis without using ChartAxisItem? Because I'm feeding the RadChart.Series manually using AddItem method and I can´t put as item labels the value of ChartSeriesItem(double value, string labelText), so I need to cycle over an array filling RadChart.PlotArea.XAxis.Items to see the custom label.
Regards.
I want to put the legend at the bottom of chart, but it hides axes item labels and I can´t see their values. How can I make room between axes item labels and the bottom chart margin to put the legend?
Another issue:
Is there another way to populate a range of values along an axis without using ChartAxisItem? Because I'm feeding the RadChart.Series manually using AddItem method and I can´t put as item labels the value of ChartSeriesItem(double value, string labelText), so I need to cycle over an array filling RadChart.PlotArea.XAxis.Items to see the custom label.
Regards.