EMarkStyle

type EMarkStyle = (smsValue, smsPercent, smsLabel, smsLabelPercent, smsLabelValue, smsLegend, smsPercentTotal, smsLabelPercentTotal, smsXValue, smsXY, smsSeriesTitle, smsPointIndex, smsPercentRelative, smsLabelPercentValue, smsLabelOrValue);

Type Library
TeeChartx

Description
EMarkStyle defines the possible values of the IMarks.Style property. Series Marks will draw a textual representation of each point values.

Values

0smsValue1234

1smsPercent12 %

2smsLabelCars

3smsLabelPercentCars 12 %

4smsLabelValueCars 1234

5smsLegend(Depends on LegendTextStyle)

6smsPercentTotal12 % of 1234

7smsLabelPercentTotalCars 12 % of 1234

8smsXValue{ 21/6/1996 }

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

You can choose both at design and runtime how this text will be constructed: LineSeries1.Marks.Style := smsPercent ;