ITChart.OnScroll
ITChart

property OnScroll: TNotifyEvent;

Type Library
TeeChartx

Description
An OnScroll event occurs when users scroll Chart contents by dragging the right mouse button.

This event gets called repeteadly while users move the mouse BEFORE the Chart class is repainted to show the new Axis scales.

You can use this event together with TChart.OnZoom and TChart.OnUndoZoom events to know of changes on Axis scales.