Collection of series groups with change notifications for layout updates.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class SeriesGroupCollection : IEnumerable<SeriesGroup>, IEnumerable
Inheritance: objectSeriesGroupCollection
Implements:
Constructors
Create an empty collection for managing SeriesGroup items.
C#
public SeriesGroupCollection()
Methods
Add a new series group to the collection and subscribe for change notifications.
C#
public void Add(SeriesGroup seriesGroup)
The new group of series.
Enumerate the contained series groups.
Remove the specified series group from the collection and unsubscribe from notifications.