Specifies whether a legend should be displayed.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
public enum ShowLegendEnum
Visual Basic
Public Enumeration ShowLegendEnum

Members

Member nameDescription
Automatic Show legend if there are two or more series.
Always Always show legend.
Never Never show legend.

See Also