Can anyone help me to understand the demo example ?
Thanks in advance.
Narglix
0
Ves
Telerik team
answered on 11 May 2010, 01:41 PM
Hello Narglix,
The ZoomScrollSettings.RangeStart and RangeEnd properties define the boundaries of the visible area of the chart. For example, if the chart displays data for 10 days (Jan 1-st to Jan 10-th) with RangeStart=0.3 and RangeEnd=0.4, the chart will be zoomed, so that the detail view of Jan 4-th is visible and you will need to scroll to see other days.
It is basically the same in this example - it shows data for 12 years, 365 days each. This is close to 625 weeks, so if you click the button to display weekly data the chart keeps its left bound as it is and set the range so that the right bound is a week later.
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.