FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart.Standard Namespace / FlexChart Class / Series Property

In This Topic
    Series Property (FlexChart)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Series As System.Collections.Generic.IList(Of ISeries)
    public System.Collections.Generic.IList<ISeries> Series {get; set;}
    See Also