GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace : LegendsCollection Class |
The following tables list the members exposed by LegendsCollection.
Name | Description | |
---|---|---|
LegendsCollection Constructor | Initializes a new instance of the LegendsCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the LegendsCollection item by the specified parameter. |
Name | Description | |
---|---|---|
Add | Adds a Legend to the collection. | |
AddRange | Adds an array of Legends to the collection. | |
Clear | Releases the LegendsCollection object from memory. | |
Clone | Creates a clone of the LegendsCollection. | |
Contains | Determines whether the collection contains the specified legend. | |
CopyTo | Copies the entire collection to an array, starting at the specified index of the target array. | |
Equals | Compares the LegendsCollection object to another System.Object to see whether they are equal. | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
IndexOf | Returns the index of the first occurrence of a value in the collection. | |
Insert | Inserts a legend into the collection at the specified index. | |
Remove | Removes the first occurrence of a specific Legend from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |