AnyChart
API Reference
Still have questions?
Contact support
Top

[enum] anychart.graphics.vector.Text.HAlignImprove this Doc

Text horizontal align.
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.