FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexRadar Class / Series Property

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