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.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

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

See Also