Skip to main content

ChartScrollEventArgs.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 scrolled in the ChartControl.Scroll event handler. For more information on scrolling a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also