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