AxisTitlePlacement Enumeration
Provide value with possible placement for axis title
Members
Member | Description |
---|---|
Auto | Axit title placed according to default axis settings |
Bottom | Axis title placed on the bottom edge of the axis |
Inside | Axis title placed within axis. In this case title can overlap axis ticks and axis tick labels |
Left | Axis title placed to the left of the axis |
Right | Axis title placed to the right of the axis |
Top | Axis title placed on the top edge of the axis |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.visuals.axes.AxisTitlePlacement
See Also