FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : DoubleCollectionCollection Class |
The following tables list the members exposed by DoubleCollectionCollection.
Name | Description | |
---|---|---|
DoubleCollectionCollection Constructor | Creates a new collection of collections. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collecion. | |
Item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the collection. | |
AddRange | Adds an array of items to the collection. | |
Clear | Removes all items from the collection. | |
Contains | Determines whether the collection contains a specific item. | |
CopyTo | Copies the items in the collection to an array, starting at the specified array index. | |
GetEnumerator | Gets an enumerator that iterates through the collection. | |
IndexOf | Determines the index of the item in the collection. | |
Insert | Inserts an item into the collection at the specified index. | |
InsertRange | Inserts an aray of items into the collection at the specified index. | |
Remove | Removes an item from the collection. | |
RemoveAt | Removes an item from the collection at the specified index. |