public void myEvent(int completedElements, int totalElements,
boolean loading) {
plot=createPlotGraph();
if (plot!=null){
plot.setSize("100%","100%");
vp.add(plot);
vp.setCellHeight(plot, "100%");
plot.addAttachHandler(new AttachEvent.Handler() {
@Override
public void onAttachOrDetach(AttachEvent event) {
plot.getModel().getSeries().get(0).getAutoGeneratedColor()
System.out.println(plot.getModel().getSeries().length());
System.out.println(plot.getModel().getSeries().get(0).getColor());
}
});
}--
You received this message because you are subscribed to a topic in the Google Groups "GFlot General Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gflot/rXeuIyelCGU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gflot+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to gflot+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "GFlot General Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gflot/rXeuIyelCGU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gflot+un...@googlegroups.com.