ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / ShowLegend Enumeration

In This Topic
    ShowLegend Enumeration
    In This Topic
    Specifies whether a legend should be displayed.
    Syntax
    'Declaration
     
    Public Enum ShowLegend 
       Inherits System.Enum
    public enum ShowLegend : 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.Win.Olap.ShowLegend

    See Also