Enum AxisAlignment
Enumeration constants to define the alignment of an axis
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum AxisAlignment extends Enum<AxisAlignment>
Fields
| Name | Description |
|---|---|
| Auto | Axis is placed based on default settings of chart |
| Bottom | Axis is on the Bottom-edge of the chart |
| Left | Axis is on the Left-side of the chart |
| Right | Axis is on the Right-side of the chart |
| Top | Axis is on the Top-edge of the chart |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |