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

Chart with Symbols on axis lables

2 Answers 26 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karthik Kantharaj
Top achievements
Rank 1
Karthik Kantharaj asked on 21 Apr 2012, 10:48 AM
Hi Guys

I am back to upgrade chart work 

I have one chart and clients requirement is like below


$60 |
$50 |
$40 |
$30 |
$20 |
$10 |
______________
$10 $20 $30 $40

Can i do like above ?

Karthik.K




2 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 25 Apr 2012, 11:27 AM
Hello Karthik,

To be able to set custom format for Axis Labels of RadChart you should use ValueFormat property as it  automatically formats axis label values as Currency, Scientific, General, Number, Percent, ShortDate, ShortTime, LongDate, LongTime or None. Then you can set Custom Format Strings (http://msdn.microsoft.com/en-us/library/0c899ak8.aspx) to the property CustomFormat.
Here is how to format the YAxis labels:

RadChart1.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.Number; RadChart1.PlotArea.YAxis.Appearance.CustomFormat = "#Y{C2}";

All the best,
Evgenia
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.
0
Karthik Kantharaj
Top achievements
Rank 1
answered on 26 Apr 2012, 01:35 PM
Hi Thanks

Karthik.K
Tags
Chart (Obsolete)
Asked by
Karthik Kantharaj
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Karthik Kantharaj
Top achievements
Rank 1
Share this question
or