ASPxClientXYDiagram2D Methods
Represents the client-side equivalent of the XYDiagram2D class.Name | Description |
---|---|
DiagramToPoint(argument, value, axisX, axisY, pane) | Converts the diagram coordinates of a point into screen coordinates. |
PointToDiagram(x, y) | Converts the display coordinates into a diagram coordinates object. |
ShowCrosshair(screenX, screenY) | Shows the Crosshair Cursor at the point with the specified coordinates. |
See Also