Defines which items will be displayed in Chart Legend.
public LegendStyles LegendStyle {get; set;}

Remarks


Default: Auto

The LegendStyle property defines which items will be displayed in the Chart Legend.

Series style shows the Series.Title of all active Series in a Chart. Whenever a Series Title is empty, the Series Name property is used.

Values style shows a text representation of all points of the first active Series in a Chart.

LastValues 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.

Auto style (the default) means LegendStyle will be Series when there's more than one Active Series, and Values when there's only one Series in a Chart.

The Legend.TextStyle property determines how the Series point values are formatted.

See Also

Legend Class | Legend Members | Steema.TeeChart Namespace