iOS - Pinch zoom when Allow zoom set to false
Posted: Tue Jul 31, 2012 2:20 pm
Hi,
In my code, I have the allow zoom value set to false. However, I am still able to pinch zoom on the chart and it messes up my data display. The following is what I have set for zooming and panning. Is there way to disable any sort of zooming in the chart while having the horizontal scroll in place.
newChart.Aspect.View3D = false;
newChart.Chart.Aspect.ZoomScrollStyle = Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Manual;
newChart.Panning.Allow = ScrollModes.Horizontal;
newChart.Zoom.Allow = false;
Thanks for the help.
In my code, I have the allow zoom value set to false. However, I am still able to pinch zoom on the chart and it messes up my data display. The following is what I have set for zooming and panning. Is there way to disable any sort of zooming in the chart while having the horizontal scroll in place.
newChart.Aspect.View3D = false;
newChart.Chart.Aspect.ZoomScrollStyle = Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Manual;
newChart.Panning.Allow = ScrollModes.Horizontal;
newChart.Zoom.Allow = false;
Thanks for the help.