ComponentOne FlexReport for WinForms
SeriesGroups Property (ChartData)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartData Class : SeriesGroups Property
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

Reference

ChartData Class
ChartData Members