ControlCoordinates Properties
An object that stores information about a geometrical point, its visibility state and the pane where it is drawn.| Name | Description |
|---|---|
| AxisX | Gets the X-axis control coordinates. |
| AxisY | Gets the Y-axis control coordinates. |
| Pane | Gets the diagram’s pane associated with the control coordinates. |
| Point | Gets the point’s coordinates. |
| Visibility | Gets a value specifying whether the point’s location can be determined, and if so - whether it is located within the diagram. |
See Also