VDISoft.SPC.Charts.Annotations


Public Properties


Name
Description
Item
Gets and sets an Annotation of the collection.
ShowAnnotationIndex
Gets and sets the index of the Annotation of the collection to display.

Public Methods


Name
Description
Add
Add a Annotation to the collection of Annotations.
Clear
Clear the Annotations out of the collection of Annotations.
Clone
Create a clone of the Annotations collection.
GetObjectData
This method is called upon the serialization of a Annotations collection.
IsMouseOn
Inidicates if the mouse is on an annotation.
OnDeserialization
This method is called upon the deserialization of a Annotations collection.
RemoveAt
Remove a Annotation out of the collection of Annotations.

Public Events


Name
Description
AnnotationAdded
Occurs when a Annotation is added to the Annotations collection.
AnnotationAuthorChanged
Occurs when the Annotation:Author of a Annotation changes.
AnnotationDateTimeChanged
Occurs when the Annotation:DateTime of a Annotation changes.
AnnotationNameChanged
Occurs when the Annotation:Name of a Annotation changes.
AnnotationRemoved
Occurs when a Annotation is removed from the Annotations collection.
AnnotationsCleared
Occurs when the Annotation objects of the Annotations collection are cleared.
AnnotationSet
Occurs when a Annotation of the Annotations collection is set.
AnnotationTextChanged
Occurs when the Annotation:Text of a Annotation changes.

Protected Methods


Name
Description
AddAnnotation
Add a Annotation to the collection of Annotations.
AnnotationAuthorChangedListener
A listener for events of a Annotation.
AnnotationDateTimeChangedListener
A listener for events of a Annotation.
AnnotationNameChangedListener
A listener for events of a Annotation.
AnnotationTextChangedListener
A listener for events of a Annotation.
InitializeListeners
Initializes the listeners for the Annotations collection.
UninitializeListeners
Unitializes the listeners for the Annotations collection.