Enum AxisLocation
Axis position.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public enum AxisLocation
Fields
Name | Description |
---|---|
Auto | Location is determined automatically. |
Bottom | Bottom of the series host area. |
Left | Left in the series host area. |
Right | Right in the series host area. |
Top | Top in the series host area. |