Back to Devexpress

ChartBeforeZoomEventArgs.Axis Property

corelibraries-devexpress-dot-xtracharts-dot-chartbeforezoomeventargs-19b01810.md

latest1.1 KB
Original Source

ChartBeforeZoomEventArgs.Axis Property

Gets the axis whose visual range is changed when an end user zooms 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 while zooming the chart.

|

See Also

ChartBeforeZoomEventArgs Class

ChartBeforeZoomEventArgs Members

DevExpress.XtraCharts Namespace