Interface ChartDrawnHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonChartDrawn(ChartDrawnEvent event) Called when all elements of the chart (data lines / shapes, gradations, legend, labels etc) have completed drawing. 
- 
Method Details
- 
onChartDrawn
Called 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
 
 -