This is a migrated thread and some comments may be shown as answers.

Format RadCartesianChart BarSerie Labels

1 Answer 105 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Andres
Top achievements
Rank 1
Andres asked on 19 Aug 2016, 05:58 PM

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

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 24 Aug 2016, 08:23 AM
Hello Andres,

Thank you for contacting us!

With our latest Beta release (2016.3.0822) we have exposed additional API to control series label format.

You can take advantage of Series.LabelBinding and Series.LabelFormat (e.g."{0:C2}") to customize the appearance of he labels.

Please, give it a try and let us know if it helps.

Regards,
Tsvyatko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Andres
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or