com.scichart.charting.visuals.axes Package : AxisTitlePlacement Enumeration
AxisTitlePlacement Enumeration
Provide value with possible placement for axis title
Members
MemberDescription
AutoAxit title placed according to default axis settings
BottomAxis title placed on the bottom edge of the axis
InsideAxis title placed within axis. In this case title can overlap axis ticks and axis tick labels
LeftAxis title placed to the left of the axis
RightAxis title placed to the right of the axis
TopAxis 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