ChartZoom3DEventArgs.NewZoomPercent Property
Gets the new 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 new zoom percent. |
Remarks
Use the ChartZoom3DEventArgs.OldZoomPercent and 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