AnnotationsCollection overview
AnnotationsCollection Constructor | Overloaded. Initializes a new instance of the AnnotationsCollection class. |
Count (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the collection item by the given index. |
Add | Adds an Annotation to the collection. |
AddRange | Adds an array of annotations to the collection. |
Clear (Inherited from System.Collections.CollectionBase) | Clears all items from the collection. |
Clone | Creates a clone of the AnnotationsCollection. |
Contains | Determines whether the collection contains the specified annotation. |
CopyTo | Copies the entire collection to an array, starting at the specified index of the target array. |
Dispose | Releases resources associated with this object. |
GetEnumerator (Inherited from System.Collections.CollectionBase) | |
IndexOf | Returns the index of the first occurrence of a value in the collection. |
Insert | Inserts an Annotation into the collection at the specified index. |
Remove | Removes the first occurrence of a specific Annotation from the collection. |
RemoveAt (Inherited from System.Collections.CollectionBase) | Removes the specified annotation from the collection. |
ToArray | Copies the elements of the AnnotationsCollection to a new array. |
Change | Occurs when the content of the collection changes. |
AnnotationsCollection Class | DataDynamics.ActiveReports.Chart.Annotations Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.