FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ISparklineGroup Interface |
The following tables list the members exposed by ISparklineGroup.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
Item | Gets the ISparkline at the specified index. | |
Renderer | Gets or sets the renderer. | |
Setting | Gets or sets the setting. |
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
Clear | Removes all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
Clone | Creates a new object that is a copy of the current instance. (Inherited from System.ICloneable) | |
CloneSetting | Clones a new sparkline group that copies the setting of the current sparkline group. | |
Contains | Determines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
Deserialize | Loads the object from XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ISparkline>) | |
GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from System.Runtime.Serialization.ISerializable) | |
Remove | Removes the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>) | |
Serialize | Saves the object to XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport) |
Name | Description | |
---|---|---|
ClearItems | Occurs when all items are clear. | |
Updated | Occurs when updated. |