The fill color for the adorner drag handle
The radius of the adorner drag handle
The stroke color for the adorner drag handle
What to clip the annotation to. An EAnnotationClippingMode. Default SeriesViewRect
The dragPoints that should be enabled for this annotation
A unique Id for the IAnnotation
When true, the annotation is in the selected state
Callback function called when the annotation is clicked. Fires even for non Editable annotations
Callback function called when drag operation is in progress. Only applicable if isEditable is true
Callback function called when drag has ended. Only applicable if isEditable is true
Callback function called when drag has started. Only applicable if isEditable is true
Callback function called when the annotation is hovered. Fires even for non Editable annotations
Sets an opacity override for the entire annotation, from 0..1
The layer to draw the annotation on. If set this overrides the annotationLayer setting
Another series or annotation to draw relative to. The offset can be positive or negative and can (and usually should) be fractional
The draw order. Larger numbers draw on top. Defaults to the position of the annotation in the annotations array.
How much bigger the selection box is than the bounding box of the annotation, in pixels
The stroke color for the adorner selection box
The thickness of the selection box line
An override to allow the annotation to appear to be drawn on a different surface to the one it is attached to. Only relevant when using subcharts
The X-Coordinate mode. See ECoordinateMode for a list of values
The Y-Coordinate mode. See ECoordinateMode for a list of values
Generated using TypeDoc
Options passed to the constructor of an AnnotationBase, used to configure it at instantiation time