ComponentOne ASP.NET MVC Controls
LegendVisibility Enumeration

C1.Web.Mvc.Olap Namespace : LegendVisibility Enumeration
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

Reference

C1.Web.Mvc.Olap Namespace