Enum AxisOrientation
Specifies the orientation of an axis.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.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. |