ActiveReports Developer 7
LegendsCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : LegendsCollection Class

Glossary Item Box

The following tables list the members exposed by LegendsCollection.

Public Constructors

 NameDescription
Public ConstructorLegendsCollection ConstructorInitializes a new instance of the LegendsCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. 

Gets or sets the LegendsCollection item by the specified parameter.

 
Top

Public Methods

 NameDescription
Public MethodAddAdds a Legend to the collection.  
Public MethodAddRangeAdds an array of Legends to the collection.  
Public MethodClearReleases the LegendsCollection object from memory.  
Public MethodCloneCreates a clone of the LegendsCollection.  
Public MethodContainsDetermines whether the collection contains the specified legend.  
Public MethodCopyToCopies the entire collection to an array, starting at the specified index of the target array.  
Public MethodEqualsCompares the LegendsCollection object to another System.Object to see whether they are equal.  
Public MethodGetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts a legend into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific Legend from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also