Package com.storedobject.chart
Class Chart.LabelPosition
java.lang.Object
com.storedobject.chart.Chart.LabelPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the (x, y) position.bottom()
Set the label position to the bottom side.center()
Set the label position to the center.left()
Set the label position to the left side.right()
Set the label position to the right side.top()
Set the label position to the top side.toString()
-
Constructor Details
-
LabelPosition
public LabelPosition()
-
-
Method Details
-
at
-
left
-
right
Set the label position to the right side.- Returns:
- Self reference.
-
top
-
bottom
Set the label position to the bottom side.- Returns:
- Self reference.
-
center
Set the label position to the center. (Applicable to certain types of charts such asPieChart
).- Returns:
- Self reference.
-
toString
-