[]
Specifies the cell label position.
public enum LabelAlignment
bottomCenter = 4
Indicates that the cell label position is bottom-center.
bottomLeft = 3
Indicates that the cell label position is bottom-left.
bottomRight = 5
Indicates that the cell label position is bottom-right.
topCenter = 1
Indicates that the cell label position is top-center.
topLeft = 0
Indicates that the cell label position is top-left.
topRight = 2
Indicates that the cell label position is top-right.