Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / ShowLegend Property

In This Topic
    ShowLegend Property
    In This Topic
    Gets or sets a value indicating whether the chart should include a legend.
    Syntax
    'Declaration
     
    Public Property ShowLegend As Chart.ShowLegendEnum
    public Chart.ShowLegendEnum ShowLegend {get; set;}
    See Also