XYDiagram2DScrollEventArgs.AxisX Property
In This Article
Gets the X-axis, along which the scrolling has been performed.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
Use the AxisX and XYDiagram2DScrollEventArgs.AxisY properties to obtain the scrolling coordinates in the XYDiagram2D.Scroll event handler.
See Also