ILegend.LegendStyle
ILegend
property LegendStyle: ELegendStyle;
Type Library
TeeChartx
Description
Default Value: lsAuto
The LegendStyle property defines which items will be displayed in Chart Legend.
lsSeries style shows the Series.Title of all active Series in a Chart. Whenever a Series Title is empty, the Series Name property is used.
lsValues style shows a text representation of all points of the first active Series in a Chart.
lsLastValues style shows the last point value and the Series.Title of all active Series in a Chart. It is useful for real-time charting, where new points are being added at the end of each Series.
lsAuto style (the default) means LegendStyle will be lsSeries when there's more than one Active Series, and lsValues when there's only one Series in a Chart.
The Legend.TextStyle property determines how the Series point values are formatted.