ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartSeriesDisplay Enumeration

In This Topic
    ChartSeriesDisplay Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartSeries.Display property.
    Syntax
    'Declaration
     
    Public Enum ChartSeriesDisplay 
       Inherits System.Enum
    public enum ChartSeriesDisplay : 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