Back to Devexpress

XYDiagram2DBeforeScrollEventArgs.Axis Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dbeforescrolleventargs-e32f50d5.md

latest1.0 KB
Original Source

XYDiagram2DBeforeScrollEventArgs.Axis Property

Returns the scrolled 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 axis that a user scrolled.

|

See Also

XYDiagram2DBeforeScrollEventArgs Class

XYDiagram2DBeforeScrollEventArgs Members

DevExpress.Xpf.Charts Namespace