Enum LegendDisplayMode
Specifies whether RadChart will auto generate legend items for each datapoint or for the entire series.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum LegendDisplayMode
DataPointLabel
Specifies that RadChart will generate a legend item for each data point in the series.
None
Specifies that RadChart will not generate a legend item for the series.
SeriesLabel
Specifies that RadChart will generate a single legend item for the data series only.