ETitleAlignment

type ETitleAlignment = (taLeftJustify, taRightJustify, taCenter);

Type Library
TeeChartx

Description
ETitleAlignment defines the possible values of the ITitles.Alignment property.

Values

taLeftJustify = 0

taRightJustify = 1

taCenter = 2

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