[enum] anychart.enums.PositionImprove this Doc
Position enum. Defines 9 items. Similar to Anchor. Distinct by meaning.
Try it:
Value | Description | Example |
---|---|---|
auto | Automatic mode for anchor of the element. | |
center | The center anchor of the element. | |
centerBottom | The center-bottom anchor of the element. | |
centerTop | The center-top anchor of the element. | |
leftBottom | The left-bottom anchor of the element. | |
leftCenter | The left-center anchor of the element. | |
leftTop | The left-top anchor of the element. | |
rightBottom | The right-bottom anchor of the element. | |
rightCenter | The right-center anchor of the element. | |
rightTop | The right-top anchor of the element. |