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>