ECanvasTextAlign

type ECanvasTextAlign = (ctaLeft, ctaCenter, ctaRight);

Type Library
TeeChartx

Description
Sets the alignment used when displaying text using TextOut or TextOut3D.

See TextAlign for a further description of use.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Values

ctaLeft = 0

ctaCenter = 1

ctaRight = 2