AnyChart
API Reference
Still have questions?
Contact support
Top

[enum] anychart.enums.HAlignImprove this Doc

Horizontal align enum.
ValueDescriptionExample
centerThe inline contents are centered within the line box.
endThe same as right if direction is left-to-right and left if direction is right-to-left.
leftAligns the text to the left.
rightAligns the text to the right.
startThe same as left if direction is left-to-right and right if direction is right-to-left.