Specifies legend items presentation.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ChartSeriesLegendDisplayMode
Fields
The legend shows the names of the series items.
C#
ItemLabels = 2
The legend does not show any information from the series.
C#
Nothing = 0
The legend shows the series name.
C#
SeriesName = 1