ASPxClientXYDiagram Members
In This Article
#Properties
Name | Description |
---|---|
axis |
Gets the X-axis.
Inherited from ASPx |
axis |
Gets the Y-axis.
Inherited from ASPx |
chart |
Gets the chart that owns the current chart element.
Inherited from ASPx |
default |
Provides access to a default pane object.
Inherited from ASPx |
panes |
Provides access to an array of a diagram’s panes.
Inherited from ASPx |
rotated | Gets a value indicating whether the diagram is rotated. |
secondary |
Provides access to a collection of secondary X-axes for a given 2D XY-diagram.
Inherited from ASPx |
secondary |
Provides access to a collection of secondary Y-axes for a given 2D XY-diagram.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Diagram |
Converts the diagram coordinates of a point into screen coordinates.
Inherited from ASPx |
Point |
Converts the display coordinates into a diagram coordinates object.
Inherited from ASPx |
Show |
Shows the Crosshair Cursor at the point with the specified coordinates.
Inherited from ASPx |
See Also