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