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

Glossary Item Box

The following tables list the members exposed by LegendItemsCollection.

Public Constructors

 NameDescription
Public ConstructorLegendItemsCollection ConstructorInitializes new instance of the LegendItemsCollection class  
Top

Public Properties

 NameDescription
Public PropertyItemOverloaded. Get or sets the custom LegendItem at the given index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a legend item to the collection.  
Public MethodAddRangeAdds an array of legend items to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodClone

Creates a clone of the LegendItems collection.

 
Public MethodContainsDetermines whether the collection contains the specified LegendItem.  
Public MethodCopyToCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodEqualsCompares the LegendItemsCollection 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 LegendItem into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific object from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also