C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / LegendVisibility Enumeration

LegendVisibility Enumeration
Specifies constants that define when the chart legend should be displayed.
Syntax
'Declaration
 
Public Enum LegendVisibility 
   Inherits 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