ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / 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 System.Collections.ObjectModel.ObservableCollection(Of Series)
    public System.Collections.ObjectModel.ObservableCollection<Series> Series {get;}
    See Also