ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / SeriesCollection Class / List Property

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