ELegendAlignment

type ELegendAlignment = (laLeft, laRight, laTop, laBottom);

Type Library
TeeChartx

Description
ELegendAlignment defines the possible values of the Legend.Alignment property.

Values

laLeft = 0

laRight = 1

laTop = 2

laBottom = 3

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