Interface HasChartDrawnHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 FacetChart
- 
Method Summary
Modifier and TypeMethodDescriptionaddChartDrawnHandler(ChartDrawnHandler handler) Called when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addChartDrawnHandler
Called when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing.See
FacetChart.chartBackgroundDrawn()for usage information.- Parameters:
 handler- the chartDrawn handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -