Enum AxisOrientation
Specifies the orientation of an axis.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public enum AxisOrientation
Fields
| Name | Description |
|---|---|
| None | Orientation is automatically set. |
| X | Indicates the axis plots along the X axis. |
| Y | Indicates the axis plots along the Y axis. |