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
- id:StringAnnotation identifier. 
- mouseX:NumberMouse X coordinate. May be NaN if the cursor is outside the plot. 
- mouseY:NumberMouse Y coordinate. May be NaN if the cursor is outside the plot. 
Samples
Handling sample:
Handling sample - with the logging of an annotation snapshot:
Sample:
Online HTML/JavaScript Sample
	
See also
startDrawingAnnotation(), onAnnotationDrawingStart(), onAnnotationDrawingFinish()
