Back to Devexpress

ChartBeforeScrollEventArgs.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-chartbeforescrolleventargs.md

latest1.1 KB
Original Source

ChartBeforeScrollEventArgs.Axis Property

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

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

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

|

See Also

ChartBeforeScrollEventArgs Class

ChartBeforeScrollEventArgs Members

DevExpress.XtraCharts Namespace