C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartSeriesDisplay Enumeration

ChartSeriesDisplay Enumeration
Use the members of this enumeration to set the value of the ChartSeries.Display property.
Syntax
'Declaration
 
Public Enum ChartSeriesDisplay 
   Inherits System.Enum
 
Members
MemberDescription
ExcludeExclude the chart series.
ExcludeHoleThe chart series exclude the hole.
HideHide the chart series.
ShowShow the chart series.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Chart.ChartSeriesDisplay

See Also