Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart.ShowLegendEnum Enumeration

In This Topic
    Chart.ShowLegendEnum Enumeration
    In This Topic
    Specifies whether a legend should be displayed.
    Syntax
    'Declaration
     
    Public Enum Chart.ShowLegendEnum 
       Inherits System.Enum
    public enum Chart.ShowLegendEnum : System.Enum 
    Members
    MemberDescription
    AlwaysAlways show legend.
    AutomaticShow legend if there are two or more series.
    NeverNever show legend.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Chart.ShowLegendEnum

    See Also