ASPxClientXYDiagram Properties
Represents the client-side equivalent of the XYDiagram class.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. Inherited from ASPxClientXYDiagram2D. |
panes | Provides access to an array of a diagram’s panes. Inherited from ASPxClientXYDiagram2D. |
rotated | Gets a value indicating whether the diagram is rotated. |
secondaryAxesX | Provides access to a collection of secondary X-axes for a given 2D XY-diagram. Inherited from ASPxClientXYDiagram2D. |
secondaryAxesY | Provides access to a collection of secondary Y-axes for a given 2D XY-diagram. Inherited from ASPxClientXYDiagram2D. |
See Also