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

custom intervals for large datasource

2 Answers 58 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Dts
Top achievements
Rank 1
Dts asked on 03 Apr 2013, 12:30 PM
Hi,
    I have data source which contains values in millions or billions.Default interval range for y-axis is 5000000.but i want to customize this interval using radchartview. could you please help me on this topic?
Thank you in advance
 

2 Answers, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 08 Apr 2013, 10:56 AM
Hi Dts,

To change the interval, you should modify the MajorStep property of the vertical axis you're using. E.g.:
<telerik:RadCartesianChart.VerticalAxis>
    <telerik:LinearAxis MajorStep="200000000" />
</telerik:RadCartesianChart.VerticalAxis>

You can find additional information regarding the axis of RadChartView for WPF in our online documentation.

Kind regards,
Ivan N.
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Dts
Top achievements
Rank 1
answered on 09 Apr 2013, 09:28 AM
Thank you a lot! 
Tags
ChartView
Asked by
Dts
Top achievements
Rank 1
Answers by
Missing User
Dts
Top achievements
Rank 1
Share this question
or