FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : ISparklineContainer Interface |
The following tables list the members exposed by ISparklineContainer.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
IsEmpty | Gets a value that indicates whether this instance is empty. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
Item | Gets the FarPoint.Web.Spread.ISparklineGroup at the specified index. | |
Owner | Owner of this container. |
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
AddSparklineToGroup | Adds the sparkline to the existing group. | |
Clear | Removes all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
Contains | Determines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
Deserialize | Loads the object from XML. (Inherited from FarPoint.Win.ISerializeSupport) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ISparklineGroup>) | |
GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from System.Runtime.Serialization.ISerializable) | |
GetSparkline | Overloaded. Gets the sparkline in the specified location. | |
Remove | Removes the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparklineGroup>) | |
RemoveSparkline | Removes the sparkline. | |
Serialize | Saves the object to XML. (Inherited from FarPoint.Win.ISerializeSupport) |