FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / Series Property

In This Topic
    Series Property (FlexChart)
    In This Topic
    Gets the list of the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Series As System.Collections.Generic.IList(Of Series)
    public System.Collections.Generic.IList<Series> Series {get;}
    See Also