Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexChart Class / SeriesCollection Property

In This Topic
    SeriesCollection Property (FlexChart)
    In This Topic
    Gets or sets the series collection.
    Syntax
    'Declaration
     
    
    Public Property SeriesCollection As RenderFragment
    public RenderFragment SeriesCollection {get; set;}
    See Also