ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / C1FlexChart Class / Series Property

In This Topic
    Series Property (C1FlexChart)
    In This Topic
    Gets the series collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Series As ObservableCollection(Of Series)
    public ObservableCollection<Series> Series {get;}
    See Also