FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : FillCollection Class |
The following tables list the members exposed by FillCollection.
Name | Description | |
---|---|---|
FillCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the number of fills in the collection. | |
Item | Gets or sets the fill at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a fill to the collection. | |
AddRange | Adds an array of fills to the collection. | |
Clear | Removes all fills from the collection. | |
Clone | Creates a new collection that is a copy of this collection. | |
Contains | Determines whether the collection contains a specific fill. | |
CopyTo | Copies the fills 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 fill in the collection. | |
Insert | Inserts a fill into the collection at the specified index. | |
InsertRange | Inserts an aray of fills into the collection at the specified index. | |
Remove | Removes a fill from the collection. | |
RemoveAt | Removes a fill from the collection at the specified index. |