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

ChartView Lineseriers category

1 Answer 15 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 09 Feb 2015, 06:38 PM
Hello, I am using a ChartView to plot values of a list. The "Category" of my list is simply a number sequence and it can be large (0 , 1000) for example.

If i use :
         <telerik:RadCartesianChart.HorizontalAxis>
            <telerik:CategoricalAxis LabelStyle="{StaticResource axisLabelStyle}" />
         </telerik:RadCartesianChart.HorizontalAxis>

I cannot change the Step, so it is very hard to read.  What do you recommend i use, since my Category is just numbers.

thanks

Kevin


1 Answer, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 11 Feb 2015, 07:57 AM
Hello,

Having a number sequence for your axis would more likely need a Linear axis(which exposes MajorStep property) instead of Categorical one. You could however lower the number of axis labels by using the LabelInterval property of your Categorical axis..

Regards,
Peshito
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ChartView
Asked by
Kevin
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or