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

In This Topic
    SeriesGroups Property (ChartData)
    In This Topic
    Gets the collection of optional series group for extra levels of data.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesGroups As ChartDataGroupsCollection
    public ChartDataGroupsCollection 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