public interface HasChartDrawnHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addChartDrawnHandler(ChartDrawnHandler handler)
Called when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing.
|
fireEvent
HandlerRegistration addChartDrawnHandler(ChartDrawnHandler handler)
See FacetChart.chartBackgroundDrawn()
for usage information.
handler
- the chartDrawn handlerHandlerRegistration
used to remove this handler