AxisAlignment Enumeration
Enumeration constants to define the alignment of an axis
Members
Member | 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 |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.visuals.axes.AxisAlignment
See Also