Skip to main content

ChartBeforeZoomEventArgs.Axis Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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