Enum AxisTitleOrientation
Provides values with possible orientation of axis title
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum AxisTitleOrientation extends Enum<AxisTitleOrientation>
Fields
| Name | Description |
|---|---|
| Auto | Axis title placed according to default axis settings |
| Horizontal | Axis title placed horizontally |
| Vertical | Axis title placed vertically and title is drawn from top to bottom |
| VerticalFlipped | Axis title placed vertically and title is drawn from bottom to top |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |