Hi,
We are trying to use Scrolling and zooming with external buttons as in provided example of the chart. We are in need to disable zooming from chart for this we make scrollmode="ScrollOnly" and enabled the zooming with external button. Now zooming is working fine but chart do not show scroll navigtion tab.
For this purpose we just checked the provided example and it is also not working there.
Please refer to attached screen.
Thanks
We are trying to use Scrolling and zooming with external buttons as in provided example of the chart. We are in need to disable zooming from chart for this we make scrollmode="ScrollOnly" and enabled the zooming with external button. Now zooming is working fine but chart do not show scroll navigtion tab.
For this purpose we just checked the provided example and it is also not working there.
Old working code showing scroll tab
<
telerik:ZoomScrollSettings
ScrollMode
=
"ScrollAndZoom"
MinZoomRange
=
"0.005"
/>
Changed code do not show Scroll Tab
<
telerik:ZoomScrollSettings
ScrollMode
=
"ScrollOnly"
MinZoomRange
=
"0.005"
/>
Please refer to attached screen.
Thanks