ChartZoom3DEventArgs.OldZoomPercent Property
Gets the old zoom percent.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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