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

ChartBeforeScrollEventArgs.Axis Property

Returns the axis whose visual range is changed when a user scrolls the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

The axis whose visual range is changed when scrolling the chart.

See Also