[]
        
Interface that supports creating a group of sparklines.
public interface ISparklineGroup : ICollection<ISparkline>, IEnumerable<ISparkline>, IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneablePublic Interface ISparklineGroup
    Inherits ICollection(Of ISparkline), IEnumerable(Of ISparkline), IEnumerable, ISerializeSupport, ISerializable, INotifyItemChanged, ICloneable| Name | Description | 
|---|---|
| this[int] | Gets the ISparkline at the specified index. | 
| Renderer | Gets or sets the renderer. | 
| Setting | Gets or sets the setting. | 
| Name | Description | 
|---|---|
| CloneSetting() | Clones a new sparkline group that copies the setting of the current sparkline group. | 
| Name | Description | 
|---|---|
| ClearItems | Occurs when all items are clear. | 
| Updated | Occurs when updated. |