DiagramCoordinates.GetAxisValue(Axis2D) Method
In This Article
Gets the value containing the information about the current axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.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 |
---|---|
Axis |
An Axis |
See Also