Back to Devexpress

ChartZoomEventArgs.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-chartzoomeventargs.md

latest1.6 KB
Original Source

ChartZoomEventArgs.AxisX Property

Gets the X-axis of the diagram point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public AxisBase AxisX { get; }
vb
Public ReadOnly Property AxisX As AxisBase

Property Value

TypeDescription
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

ChartZoomEventArgs Class

ChartZoomEventArgs Members

DevExpress.XtraCharts Namespace