Back to Devexpress

XYDiagram2DBeforeZoomEventArgs.Axis Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dbeforezoomeventargs-eeb23ca7.md

latest1023 B
Original Source

XYDiagram2DBeforeZoomEventArgs.Axis Property

Returns the zoomed axis.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisBase Axis { get; }
vb
Public ReadOnly Property Axis As AxisBase

Property Value

TypeDescription
AxisBase

The zoomed axis.

|

See Also

XYDiagram2DBeforeZoomEventArgs Class

XYDiagram2DBeforeZoomEventArgs Members

DevExpress.Xpf.Charts Namespace