You can use JSNI to access options that are not yet exposed in the GWT Visualization API: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html
On Wed, Dec 14, 2011 at 5:33 PM, Ela Falkowska (falki) < [email protected]> wrote: > Hi, I want to use the option visibleInLegend but I don't know how. > My code: > Series serie2 = Series.create(); > serie2.setType(Series.Type.AREA); > serie2.setColor("gray"); > and now I would like to do sth like > serie2.setVisibleInLegend(false); > Is there any way to set this? Any help is appreciated. Thank you all. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
