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

Glossary Item Box

The following tables list the members exposed by AnnotationsCollection.

Public Constructors

 NameDescription
Public ConstructorAnnotationsCollection ConstructorOverloaded. Initializes a new instance of the AnnotationsCollection class.  
Top

Public Properties

 NameDescription
Public PropertyItemOverloaded. Gets or sets the collection item by the given index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an Annotation to the collection.  
Public MethodAddRangeAdds an array of annotations to the collection.  
Public MethodClearClears all items from the collection.  
Public MethodCloneCreates a clone of the AnnotationsCollection.  
Public MethodContainsDetermines whether the collection contains the specified annotation.  
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 MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts an Annotation into the collection at the specified index.  
Public MethodRemoveRemoves the first occurrence of a specific Annotation from the collection.  
Public MethodRemoveAtRemoves the specified annotation from the collection.  
Public MethodToArrayCopies the elements of the AnnotationsCollection to a new array.  
Top

Public Events

 NameDescription
Public EventChangeOccurs when the content of the collection changes.  
Top

See Also