Gets or sets whether the chart should include a legend.

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

Syntax

C#
[DefaultValueAttribute(Chart..::..ShowLegendEnum.Automatic)]
[CategoryAttribute("Chart")]
public Chart..::..ShowLegendEnum ShowLegend { get; set; }
Visual Basic
<DefaultValueAttribute(Chart..::..ShowLegendEnum.Automatic)> _
<CategoryAttribute("Chart")> _
Public Property ShowLegend As Chart..::..ShowLegendEnum
	Get
	Set

Remarks

The default value for this property is ShowLegendEnum.Automatic.

See Also