Back to Devexpress

ChartScrollEventArgs.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-chartscrolleventargs.md

latest1.7 KB
Original Source

ChartScrollEventArgs.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 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

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace