ASPxClientDiagramCoordinates.GetAxisValue(axis) Method
Gets the value of the client-side axis instance.
Declaration
GetAxisValue(
axis: ASPxClientAxisBase
): ASPxClientAxisValue
Parameters
| Name | Type | Description |
|---|---|---|
| axis | ASPxClientAxisBase | An ASPxClientAxisBase class descendant, representing the axis that contains the requested value. |
Returns
| Type | Description |
|---|---|
| ASPxClientAxisValue | An ASPxClientAxisValue object that contains the information about the axis scale type and value. |
See Also