Back to Devexpress

AxisRangeChangedEventArgs.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-axisrangechangedeventargs-6f6ebab7.md

latest1.1 KB
Original Source

AxisRangeChangedEventArgs.Axis Property

Gets the axis for which a range has been changed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public AxisBase Axis { get; }
vb
Public ReadOnly Property Axis As AxisBase

Property Value

TypeDescription
AxisBase

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

|

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace