Skip to main content

ASPxClientDiagramCoordinates.axisX Property

Gets the X-axis of the diagram point.

Declaration

axisX: ASPxClientAxisBase

Property Value

Type Description
ASPxClientAxisBase

An ASPxClientAxisBase descendant, representing the axis of arguments (X-axis).

Remarks

Use the ASPxClientXYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the ASPxClientDiagramCoordinates object.

See Also