Interface ChartDrawnHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonChartDrawn(ChartDrawnEvent event) Called when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing.
- 
Method Details- 
onChartDrawnCalled when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing.See FacetChart.chartBackgroundDrawn()for usage information.- Parameters:
- event- the event
 
 
-