Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ISparklineGroup Interface
Properties Methods Events

In This Topic
    ISparklineGroup Interface Members
    In This Topic

    The following tables list the members exposed by ISparklineGroup.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     PropertyGets the ISparkline at the specified index.  
     PropertyGets or sets the renderer.  
     PropertyGets or sets the setting.  
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     MethodCreates a new object that is a copy of the current instance. (Inherited from System.ICloneable)
     MethodClones a new sparkline group that copies the setting of the current sparkline group.  
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     MethodLoads the object from XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ISparkline>)
     MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from System.Runtime.Serialization.ISerializable)
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<ISparkline>)
     MethodSaves the object to XML. (Inherited from FarPoint.Web.Spread.Model.ISerializeSupport)
    Top
    Public Events
     NameDescription
     EventOccurs when all items are clear.  
     EventOccurs when updated.  
    Top
    See Also