ASPxClientDiagramCoordinates.axisX Property
In This Article
Gets the X-axis of the diagram point.
#Declaration
TypeScript
axisX: ASPxClientAxisBase
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the ASPxClientXYDiagram2D.PointToDiagram method to convert the display coordinates of the point within the diagram to the ASPxClientDiagramCoordinates object.
See Also