Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollectionCollection Class
Properties Methods Events


In This Topic
    DoubleCollectionCollection Class Members
    In This Topic

    The following tables list the members exposed by DoubleCollectionCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new collection of collections.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in the collection.  
    Public PropertyGets or sets the item at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the collection.  
    Public MethodAdds an array of items to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodDetermines whether the collection contains a specific item.  
    Public MethodCopies the items in the collection to an array, starting at the specified array index.  
    Public MethodGets an enumerator that iterates through the collection.  
    Public MethodDetermines the index of the item in the collection.  
    Public MethodInserts an item into the collection at the specified index.  
    Public MethodInserts an array of items into the collection at the specified index.  
    Public MethodRemoves an item from the collection.  
    Public MethodRemoves an item from the collection at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed.  
    Top
    See Also