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

Glossary Item Box

The following tables list the members exposed by SeriesCollection.

Public Constructors

 NameDescription
Public ConstructorSeriesCollection ConstructorInitializes a new instance of the SeriesCollection 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 collection item based on the specified parameter.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a series to the collection.  
Public MethodAddRangeAdds an array of Series objects to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodCloneCreates a clone of the SeriesCollection.  
Public MethodContainsDetermines whether the collection contains the specified series.  
Public MethodCopyToCopies the entire collection to an array, starting at the specified index of the target array.  
Public MethodDisposeReleases resources associated with this object.  
Public MethodEqualsCompares the SeriesCollection 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 series into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific series from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also