Skip to main content

AxisRangeChangedEventArgs.Axis Property

Gets the axis for which a range has been changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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