[]
Specifies the location of the axis relative to the plot area.
public enum AxisLocation
Public Enum AxisLocation
Name | Description |
---|---|
Far | Displays axis on the far side of the plot area. |
Maximum | Display axis on the maximum value on other axis. |
Minimum | Display axis on the minimum value on other axis. |
Near | Displays axis on the near side of the plot area. |
Origin | Displays axis on the origin value on other axis. |
Value | Display axis on a specified value on other axis. |