ASPxClientDiagramCoordinates Properties
Represents the client-side equivalent of the DiagramCoordinates class.| Name | Description |
|---|---|
| argumentScaleType | Gets the type of the argument scale. |
| axisX | Gets the X-axis of the diagram point. |
| axisY | Gets the Y-axis of the diagram point. |
| dateTimeArgument | Gets the date-time representation of the data point’s argument. |
| dateTimeValue | Gets the date-time representation of the data point’s value. |
| numericalArgument | Gets the numerical representation of the data point’s argument. |
| numericalValue | Gets the numerical representation of the data point’s value. |
| pane | Gets the pane of the diagram point. |
| qualitativeArgument | Gets the argument of the data point as a text string. |
| timeSpanArgument | |
| timeSpanValue | |
| valueScaleType | Gets the type of the value scale. |
See Also