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)>
    <EditorAttribute(C1.Win.Chart.Design.SeriesCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <C1DescriptionAttribute("FlexChart.Series", "Gets the list of the series.")>
    Public ReadOnly Property Series As IList(Of Series)
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [Editor(C1.Win.Chart.Design.SeriesCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [C1Description("FlexChart.Series", "Gets the list of the series.")]
    public IList<Series> Series {get;}
    See Also