Back to Devexpress

ChartZoom3DEventArgs.OldZoomPercent Property

corelibraries-devexpress-dot-xtracharts-dot-chartzoom3deventargs-f77f19b1.md

latest1.7 KB
Original Source

ChartZoom3DEventArgs.OldZoomPercent Property

Gets the old zoom percent.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

NewZoomPercent

Zoom3D

Type

ChartZoom3DEventArgs Class

ChartZoom3DEventArgs Members

DevExpress.XtraCharts Namespace