DiagramCoordinates.GetAxisValue(AxisBase) Method
Gets the value of the client-side axis instance.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
axis | AxisBase | An AxisBase class descendant, representing the axis that contains the requested value. |
Returns
Type | Description |
---|---|
AxisValue | An AxisValue object that contains the information about the axis scale type and value. |
See Also