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

ChartBeforeZoomEventArgs.Axis Property

Gets the axis whose visual range is changed when an end user zooms the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisBase Axis { get; }

Property Value

Type Description
AxisBase

The axis whose visual range is changed while zooming the chart.

See Also