Is there any way to format the value labels in a RadCartesianChart BarSerie? Let's say I have a value in my VM as 10 but I wanna show 10.000.
In Xamarin I cannot find anything such as BarSeries.LabelDefinitions and BarSeries.ValueBinding has only one property called PropertyName.
Any thoughts?
Dre