Defines which is the first Legend item displayed
public Int32 FirstValue {get; set;}

Remarks


Default: 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 a specific subset of Series or points in Legend .

It should be greater or equal to zero, and lower than the number of active Series or Series points.

See Legend.LegendStyle for a description of the different Legend styles.

See Also

Legend Class | Legend Members | Steema.TeeChart Namespace