Hello all!
I want to have Zoom and Pan behavior together on one chart:
If I do so, zoom behavoir is not working properly - no zoom inside rectangle occurs.
Is it possible to do? Or may be it id possible to activate Pan behavior only when Ctrl is pressed?
p.s. I'm using Q2 2013 demos.
I want to have Zoom and Pan behavior together on one chart:
<
telerik:RadCartesianChart.Behaviors
>
<
telerik:ChartPanAndZoomBehavior
DragMode
=
"Zoom"
ZoomMode
=
"Both"
/>
<
telerik:ChartPanAndZoomBehavior
DragMode
=
"Pan"
PanMode
=
"Both"
/>
</
telerik:RadCartesianChart.Behaviors
>
If I do so, zoom behavoir is not working properly - no zoom inside rectangle occurs.
Is it possible to do? Or may be it id possible to activate Pan behavior only when Ctrl is pressed?
p.s. I'm using Q2 2013 demos.