AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

[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.