ELegendStyle

type ELegendStyle = (lsAuto, lsSeries, lsValues, lsLastValues, lsSeriesGroups);

Type Library
TeeChartx

Description
ELegendStyle defines the possible values of the Legend.LegendStyle property.

The Chart Legend can draw either the Chart Series Titles or the first Series Values.

This feature is controlled through this property:

0 lsAuto Legend draws Series Titles if there's more than one Series in the TChart

1 lsSeriesLegend draws the Series Titles (also if there's only one Series in the chart.

2 lsValuesLegend draws the first Active Series values.

3 lsLastValuesLegend draws the Last Value of each Active Series (similar to lsSeries).

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