ILegend.FirstValue
ILegend
property FirstValue: Integer;
Type Library
TeeChartx
Description
Default Value: 0
The FirstValue property defines the number of the first displayed Legend item. Legend can display all active Series names or all points of a single Series.
FirstValue should be set accordingly, taking care not to overflow the number of active Series or the number of Series points.
You can use FirstValue to show in Legend a specific subset of Series or points.
It should be greater or equal than zero, and lower than number of active Series or Series points.
See Legend.LegendStyle for a description of the different Legend styles.