public interface ChartRedrawEventHandler
chart.setRedrawEventHandler(new ChartRedrawEventHandler() {
public boolean onRedraw(ChartRedrawEvent redrawEvent) {
Window.alert("The chart has been redrawn");
return true;
}
});
| Modifier and Type | Method and Description |
|---|---|
boolean |
onRedraw(ChartRedrawEvent chartRedrawEvent)
This method is fired whenever the chart's redraw event occurs.
|
boolean onRedraw(ChartRedrawEvent chartRedrawEvent)
chartRedrawEvent - The details of the event that occurred.Copyright © 2015. All Rights Reserved.