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

Glossary Item Box

The following tables list the members exposed by ChartAreasCollection.

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets or sets the specified chart area in the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a chart area to the collection.  
Public MethodAddRangeAdds a set of chart areas to the collection.  
Public MethodClearClears all items from the collection.  
Public MethodClone

Creates a clone of the chart areas collection.

 
Public MethodContainsDetermines whether the collection contains the specified ChartArea.  
Public MethodCopyToCopies the collection to an array, starting at the specified index.  
Public MethodDisposeReleases resources associated with this object.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts the specified chart area into the collection at the specified index.  
Public MethodRemoveRemoves the specified chart area from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also