ELegendTextStyle

type ELegendTextStyle = (ltsPlain, ltsLeftValue, ltsRightValue, ltsLeftPercent, ltsRightPercent, ltsXValue, ltsValue, ltsPercent, ltsXAndValue, ltsXAndPercent, ltsXAndText);

Type Library
TeeChartx

Description
ELegendTextStyle defines the possible values of the Legend.TextStyle property.

Several formatting options can be selected when Legend draws the Series values: You can also delegate the Legend string construction by using the OnGetLegendText Chart event.

Values

0ltsPlainSummer

1ltsLeftValue1234 Summer

2ltsRightValueSummer 1234

3ltsLeftPercent5.1 % Summer

4ltsRightPercentSummer 5.1 %

5ltsXValue4321 (Applies only to Series with X values. See Series.AddXY method.)

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