FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / SeriesCollection Class / List Property

In This Topic
    List Property (SeriesCollection)
    In This Topic
    The series collection System.Collections.IList.
    Syntax
    'Declaration
     
    Public ReadOnly Property List As System.Collections.Generic.IList(Of ISeries)
    public System.Collections.Generic.IList<ISeries> List {get;}
    See Also