ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / LegendVisibility Enumeration

In This Topic
    LegendVisibility Enumeration
    In This Topic
    Specifies constants that define when the chart legend should be displayed.
    Syntax
    'Declaration
     
    
    Public Enum LegendVisibility 
       Inherits System.Enum
    public enum LegendVisibility : System.Enum 
    Members
    MemberDescription
    AlwaysAlways show the legend.
    AutoShow the legend if the chart has more than one series.
    NeverNever show the legend.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Olap.LegendVisibility

    See Also