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

How to add % sign in the chart result - required urgently

1 Answer 29 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Manish
Top achievements
Rank 2
Manish asked on 30 Aug 2012, 12:41 PM

Hi,

I have a char bind from database and i want % sing with my chart result. Please see attachment for detail.

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 03 Sep 2012, 10:17 AM
Hi Mannish,

you can use the DefaultLabelValue property of the ChartSeries and set a format string:
barSeries.DefaultLabelValue = "#Y %";

Check out this help topic for a reference.

Regards,
Petar Marchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Manish
Top achievements
Rank 2
Answers by
Petar Marchev
Telerik team
Share this question
or