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

Y axis zoom/scroll parameter not adjusting enough

1 Answer 51 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Nadine
Top achievements
Rank 1
Nadine asked on 06 May 2011, 10:10 PM
I've created a scroll/zoom component on my Y-axis. The axis goes from 0 to 100, but most of the data is in the range of 80-95. I'd like to include a zoom option, but the zoom doesn't seem to be able to get smaller than 65-100. I've played with the MinZoomRange and no matter what I enter, the chart won't zoom farther than the 65-100 range. 
 

<telerik:ChartArea.ZoomScrollSettingsY >

   

<telerik:ZoomScrollSettings RangeStart="0.0" RangeEnd="1.0" MinZoomRange="0.001" ScrollMode="ScrollAndZoom" />
</telerik:ChartArea.ZoomScrollSettingsY>

 

 

 

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 11 May 2011, 08:11 AM
Hi Nadine,

Could you, please, elaborate a bit more on your specific scenario, as we are unable to reproduce such a behavior in our local tests. One possible reason for this could be if you don't use data binding, as the Zooming and Scrolling feature requires data binding and an ItemMapping with DataPointMember set to either XCategory or XValue. It would be very helpful for us if you're able to open a support ticket and send us a small sample application, which demonstrates your scenario and the issues you've encountered, so that our developers could investigate it and provide further support.

Kind regards,
Nikolay
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
Tags
Chart
Asked by
Nadine
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or