AxisTitleOrientation Enumeration
Provides values with possible orientation of axis title
Members
Member | 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 |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.visuals.axes.AxisTitleOrientation
See Also