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

Number Format For Chart

1 Answer 90 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ishan Shah
Top achievements
Rank 1
Ishan Shah asked on 26 Feb 2010, 01:37 PM
How I can display number in format like"2000" instead of "2.0K" in label on both Axis?

Also I am not getting property like this.radChart1.PlotArea ,"PlotArea" 

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 03 Mar 2010, 07:42 AM
Hi Ishan Shah,

Labels appear in this format by default in RadChart for WPF. This would explain the missing PlotArea property. In RadChart for WPF you can disable the "human readable" labels like this:

RadChart1.DefaultView.ChartArea.LabelFormatBehavior = LabelFormatBehavior.None;

Best regards,
Ves
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart (obsolete as of Q1 2013)
Asked by
Ishan Shah
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or