ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class
Properties Methods

In This Topic
    LegendItemsCollection Class Members
    In This Topic

    The following tables list the members exposed by LegendItemsCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes new instance of the LegendItemsCollection class  
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Get or sets the custom LegendItem at the given index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a legend item to the collection.  
    Public MethodAdds an array of legend items to the collection.  
    Public Method

    Creates a clone of the LegendItems collection.

     
    Public MethodDetermines whether the collection contains the specified LegendItem.  
    Public MethodCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodCompares the LegendItemsCollection object to another System.Object to see whether they are equal.  
    Public MethodServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodReturns the index of the first occurrence of a value in the collection.  
    Public MethodInserts a LegendItem into the collection at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the collection.  
    Top
    See Also