Skip to main content
A newer version of this page is available. .

XYDiagram2DBeforeScrollEventArgs.Axis Property

Returns the scrolled axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

The axis that a user scrolled.

See Also