Optional
disabledfalse
To see if an element is readonly check the IDrawingModel.isProtected() method.
The underlying model for the chart.
Optional
isIndicator for dragging.
false
Called when the drawing is hidden from view. If this returns a false the drawing will not be unmounted but will still have a style opacity property of 0 (and pointerEvents of none).
Keeping a drawing mounted is useful for elements that take a long of time to render but increase the memory footprint of the application.
Call when the drawing is returned to the view.
The view to use for the drawing. // TODO - this should not be the GridOverlayView, rather a simpler interface that doesn't have a grid dependency.
If true then the component is disabled.