AnnotationImageEditingEventArgs Properties
Data for the ChartControl.AnnotationRepositoryChanging event that occurs when the image annotation is edited.| Name | Description |
|---|---|
| Annotation | Returns the annotation that is being changed. Inherited from AnnotationRepositoryChangingEventArgs. |
| Cancel | Indicates whether to cancel the annotation change. Inherited from AnnotationRepositoryChangingEventArgs. |
| Change | Returns the AnnotationRepositoryChange value that indicates the type of change a user makes. Inherited from AnnotationRepositoryChangingEventArgs. |
| NewImageFileName | Gets or sets the path to a new annotation’s image. |
See Also