[]
Interface that supports creating a model that represents a sparkline.
public interface ISparklineContainer : ICollection<ISparklineGroup>, IEnumerable<ISparklineGroup>, IEnumerable, ISerializeSupport, ISerializable
Public Interface ISparklineContainer
Inherits ICollection(Of ISparklineGroup), IEnumerable(Of ISparklineGroup), IEnumerable, ISerializeSupport, ISerializable
Name | Description |
---|---|
IsEmpty | Gets a value that indicates whether this instance is empty. |
this[int] | Gets the ISparklineGroup at the specified index. |
Owner | Owner of this container. |
Name | Description |
---|---|
AddSparklineToGroup(ISparkline, ISparklineGroup) | Adds the sparkline to the existing group. |
GetSparkline(int, int) | Gets the sparkline information. |
GetSparkline(int, int, out ISparklineGroup, out ISparkline) | Gets the sparkline in the specified location. |
RemoveSparkline(int, int) | Removes the sparkline. |
Name | Description |
---|---|
Changed | Occurs when the sparkline group or sparkline has been changed. |