IXYDiagram2D Properties
Provides access to axes for 2D XY-Diagrams.| Name | Description |
|---|---|
| AxisX | If implemented by a class, gets the X-axis. |
| AxisY | If implemented by a class, gets the Y-axis. |
| SecondaryAxesX | If implemented by a class, gets the diagram’s collection of secondary X-axes. |
| SecondaryAxesY | If implemented by a class, gets the diagram’s collection of secondary Y-axes. |
See Also