ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / Series Property

In This Topic
    Series Property (FlexChart)
    In This Topic
    Gets the list of the series.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1DescriptionAttribute("FlexChart.Series", "Gets the list of the series.")>
    Public ReadOnly Property Series As SeriesCollection
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Description("FlexChart.Series", "Gets the list of the series.")]
    public SeriesCollection Series {get;}
    See Also