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

AxisRangeChangedEventArgs.Axis Property

Gets the axis for which a range has been changed.

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

An AxisBase object which represents the axis for which a range has been changed.

See Also