onAnnotationDrawingProgress() Event

Description

This event is fired repeatedly when annotation drawing started with startAnnotationDrawing() call progresses. Mouse coordinates, passed to event handler may become NaN, when the cursor leaves plot area.

Arguments

Samples

Handling sample:



Handling sample - with the logging of an annotation snapshot:



Sample:

Online HTML/JavaScript Sample

See also

startDrawingAnnotation(), onAnnotationDrawingStart(), onAnnotationDrawingFinish()

to top