ETextAlignment

type ETextAlignment = (aLeft, aRight, aCenter);

Type Library
TeeChartx

Description
Values for ETextAlignment are

0aLeft = Left align text

1aRight = Right align text

2aCenter = Centre text

See note on use of Enum constants in differing development environments.