ASPxClientRadarDiagram Members
Represents the client-side equivalent of the RadarDiagram 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. |
Methods
| Name | Description |
|---|---|
| DiagramToPoint(argument, value) | Converts the diagram coordinates of a point into screen coordinates. |
| PointToDiagram(x, y) | Converts the display coordinates into a diagram coordinates object. |
See Also