DiagramCoordinates.GetAxisValue(Axis2D) Method
Gets the value containing the information about the current axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
axis | Axis2D | An Axis2D class descendant that is the axis that contains the requested value. |
Returns
Type | Description |
---|---|
AxisValue | An AxisValue object that contains information about the axis scale type and value. |
See Also