FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FlexChartField Class / SeriesGroups Property

In This Topic
    SeriesGroups Property (FlexChartField)
    In This Topic
    Gets the collection of optional series group for extra levels of data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesGroups As DataGroupCollection
    public DataGroupCollection SeriesGroups {get;}
    Remarks
    Optional, provides extra levels of data (for example, Orders by Country can be broken down by years as well). Labels for the series are displayed in the legend.
    See Also