[enum] anychart.graphics.vector.Text.HAlignImprove this Doc
Text horizontal align.
Try it:
| Value | Description | Example |
|---|---|---|
| center | The inline contents are centered within the line box.![]() | |
| end | The same as right if direction is left-to-right and left if direction is right-to-left.![]() | |
| left | Aligns the text to the left.![]() | |
| right | Aligns the text to the right.![]() | |
| start | The same as left if direction is left-to-right and right if direction is right-to-left.![]() |





