Skip to main content
A newer version of this page is available. .

ChartZoom3DEventArgs.OldZoomPercent Property

Gets the old zoom percent.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public int OldZoomPercent { get; }

Property Value

Type Description
Int32

An integer value, representing the old zoom percent.

Remarks

Use the OldZoomPercent and ChartZoom3DEventArgs.NewZoomPercent properties to obtain the old and new zoom percents in the ChartControl.Zoom3D event handler.

To obtain the actual type of zoom event, use the ChartZoom3DEventArgs.Type property.

See Also