FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FlexChartField Class / SeriesGroups Property

In This Topic
    SeriesGroups Property
    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