Skip to main content

ChartZoomEventArgs.AxisX Property

Gets the X-axis of the diagram point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public AxisBase AxisX { get; }

Property Value

Type Description
AxisBase

An AxisBase object that is the X-axis.

Remarks

Use the AxisX property to obtain the X-axis’s DiagramCoordinates.AxisX property values before and after a chart is zoomed in the ChartControl.Zoom event handler. For more information on zooming a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also