2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / Display Property

In This Topic
    Display Property
    In This Topic
    Gets or sets the display of the series.
    Syntax
    'Declaration
     
    Public Property Display As SeriesDisplayEnum
    public SeriesDisplayEnum Display {get; set;}
    Remarks
    This property is used to show, hide or exclude the charting of the data series.
    See Also