FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : DoubleCollectionCollection Class |
For a list of all members of this type, see DoubleCollectionCollection members.
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. |