Reporting

Specifies legend items presentation.

Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum ChartSeriesLegendDisplayMode
Visual Basic
Public Enumeration ChartSeriesLegendDisplayMode

Members

Member nameValueDescription
Nothing0 The legend does not show any information from the series.
SeriesName1 The legend shows the series name.
ItemLabels2 The legend shows the names of the series items.

Version Information

Supported in: 1.0.1

See Also