Skip to main content

ChartZoom3DEventArgs.OldZoomPercent Property

Gets the old zoom percent.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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