Skip to main content

ASPxClientDiagramCoordinates.GetAxisValue(axis) Method

Gets the value of the client-side axis instance.

#Declaration

TypeScript

#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