'Declaration
Public Enum AxisLocation Inherits System.Enum
'Usage
Dim instance As AxisLocation
public enum AxisLocation : System.Enum
'Declaration
Public Enum AxisLocation Inherits System.Enum
'Usage
Dim instance As AxisLocation
public enum AxisLocation : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Chart.AxisLocation