Class LegendDisplayMode
Specifies whether RadChart will auto generate legend items for each datapoint or for the entire series.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class LegendDisplayMode : Enum
Fields
DataPointLabel
Specifies that RadChart will generate a legend item for each data point in the series.
Declaration
public const LegendDisplayMode DataPointLabel
Field Value
LegendDisplayMode
|
None
Specifies that RadChart will not generate a legend item for the series.
Declaration
public const LegendDisplayMode None
Field Value
LegendDisplayMode
|
SeriesLabel
Specifies that RadChart will generate a single legend item for the data series only.
Declaration
public const LegendDisplayMode SeriesLabel
Field Value
LegendDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|