Page 1 of 1

Axis Scroll tool causes a zoom if zoom direction is vertical

Posted: Tue Mar 08, 2005 4:33 pm
by 9333098
Line series with Axis Scroll tool associated with left axis and Chart Zoom Direction set to Vertical. Scrolling the left axis by dragging the axis or its tick marks downwards direction causes the chart to be zoomed as if the mouse had been draggged on the chart itself. Likewise it unzooms if scroll dragging the axis upwards. This does not happen if the chart zoom direction is horizontal or both.

In an attempt to get around this behavior using flags in the Chart OnClickAxis event, I discovered that it is only necessary to assign that OnClickEvent. That event can be empty and the problem is eliminated.

The same behavior occurs on a bottom axis scroll tool with zoom horizontal and can be eliminated with an empty OnClickAxis.

Posted: Tue Mar 08, 2005 4:55 pm
by narcis
Hi SteveP,

Yes, you are right. I've been able to reproduce this behaviour here and included it to our defect list to be fixed for future releases.

A workaround could also be disabling zoom on ChartScroll event.