I have chart that contains about 2000 points.
Is it possible to set chart's axisX tick step.
I am doing it for the axisX labels, (ChartArea1.AxisX.LabelStep = points.Count / 5;).
Please advice.
Sefi
1 Answer, 1 is accepted
0
Evgenia
Telerik team
answered on 28 Oct 2010, 09:36 AM
Hi Sefi,
You can control the XAxis ticks step by TicksDistance property of the axis. It specifies a value indicating that every axis tick should be placed at least X pixels away from the next one, where X is the value of the property. You can find detailed information about TicksDistance property in our help topic - http://www.telerik.com/help/silverlight/radchart-features-axes-x-axis.html.
Kind regards,
Evgenia
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