Skip to main content

ChartZoom3DEventArgs.NewZoomPercent Property

Gets the new zoom percent.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int NewZoomPercent { get; }

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