Skip to main content

ASPxClientXYDiagram2D Members

Represents the client-side equivalent of the XYDiagram2D class.

Properties

Name Description
axisX Gets the X-axis. Inherited from ASPxClientXYDiagramBase.
axisY Gets the Y-axis. Inherited from ASPxClientXYDiagramBase.
chart Gets the chart that owns the current chart element. Inherited from ASPxClientWebChartElement.
defaultPane Provides access to a default pane object.
panes Provides access to an array of a diagram’s panes.
secondaryAxesX Provides access to a collection of secondary X-axes for a given 2D XY-diagram.
secondaryAxesY Provides access to a collection of secondary Y-axes for a given 2D XY-diagram.

Methods

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