public EventHandler  Zoomed

Remarks


Event called when end user zooms a chart.
A chart can be zoomed by dragging the left mouse button from left-top to right-bottom.

Zoom can be performed by dragging the mouse at run-time or by calling the TChart.ZoomRect or TChart.ZoomPercent methods.

This event gets called BEFORE the Chart class is repainted to show the new Axis scales.

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

See Also

TChart Class | TChart Members | Steema.TeeChart Namespace