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

[Solved] How to format label in RadCartesianChart

1 Answer 146 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kiran
Top achievements
Rank 1
Kiran asked on 12 Dec 2012, 07:33 PM
Hello,

I am using RadCartesianChart to draw a bar graph with some large numeric values. I am displaying labels in the chart by  setting ShowLabels="True" in my BarSeries. Is there a way to format the labels? I would like to display the values in ###,### format.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 15 Dec 2012, 10:03 AM
Hi Kiran,

In order to customize the labels in BarSeries you can use BarSeries.LabelDefinitions property and set ChartSeriesLabelDefinition.Template where you can use a converter.

I hope this information is useful. Let me know if I can assist you any further.

 

Regards,
Ivaylo Gergov
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Chart for XAML
Asked by
Kiran
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or