Dear Sergey
I did some digging up and found this
public final native void setSeries(int index, Series seriesAtIndex) /*-{
if (!this.series) { this.series = {}; } this.series[index] =
seriesAtIndex; }-*/;
It is from
http://code.google.com/p/gwt-google-apis/source/search?q=com.google.gwt.visualization.client.visualizations.corechart.ComboChart.Options&origq=com.google.gwt.visualization.client.visualizations.corechart.ComboChart.Options&btnG=Search+Trunk
I also found an implementation of Series
I will be experimenting with it
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/1S4lCXY3E_AJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.