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

ChartView line graph with dates displaying every day.

1 Answer 55 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Chris Breymeyer
Top achievements
Rank 1
Chris Breymeyer asked on 11 Nov 2013, 08:37 PM
Hello,

I have a Cartesian line graph with dates as CategoryMembers going back 90 days.  I'm trying to only display a label every 10 days so that the x-axis isn't so crowded.  Is this possible?

Thanks,
John

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 13 Nov 2013, 10:02 AM
Hi John,

Thank you for writing.

Your question has already been answered in the ticket "Problems working with ChartView", but I am copying the answer here so the community can benefit from it.

For the first case you can set the LabelInterval property in order to reduce the number of labels displayed:
this.radChartView1.Axes[0].LabelInterval = 10;

We highly appreciate your effort to make more visible this topic for the community. However, we will be glad if you are using only one communication channel for your future support communication. 

If you have further questions, feel free to write back.

Regards,
Dimitar
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ChartView
Asked by
Chris Breymeyer
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or