Back to Devexpress

ChartZoom3DEventArgs.NewZoomPercent Property

corelibraries-devexpress-dot-xtracharts-dot-chartzoom3deventargs-404db0cc.md

latest1.7 KB
Original Source

ChartZoom3DEventArgs.NewZoomPercent Property

Gets the new zoom percent.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int NewZoomPercent { get; }
vb
Public ReadOnly Property NewZoomPercent As Integer

Property Value

TypeDescription
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

OldZoomPercent

Zoom3D

Type

ChartZoom3DEventArgs Class

ChartZoom3DEventArgs Members

DevExpress.XtraCharts Namespace