Completed
Last Updated: 07 Nov 2013 02:26 by ADMIN
ADMIN
Ralitsa
Created on: 07 Nov 2013 02:26
Category: ChartView
Type: Bug Report
0
FIX. RadChartView - When the label of the LinearAxis is very long it overlaps the vertical axis.
To reproduce:
1.Add RadChartView
2.Set vertical axis to be LinearAxis
3.Add DataPoints with value with 14 or more digits. 
4.Set FormatLabel = {0:C} or {0:F0} 
5.Run project and will see that labels overlaps vertical axis.

Workaround: 
Use custom format provider 
this.radChartView1.Axes[1].LabelFormatProvider = new MyFormatProvider();
0 comments