For downloads, demos, and more visit the
Client-side GChart Home Page

Uses of Class
com.googlecode.gchart.client.GChart.Curve

Uses of GChart.Curve in com.googlecode.gchart.client
 

Methods in com.googlecode.gchart.client that return GChart.Curve
 GChart.Curve GChart.getCurve()
          Convenience method equivalent to getCurve(getNCurves()-1).
 GChart.Curve GChart.getCurve(int iCurve)
          Returns a reference to the curve at the specified positional index.
 GChart.Curve GChart.Curve.Point.getParent()
          Returns the Curve that this point was added to.
 GChart.Curve GChart.Symbol.getParent()
          Returns the Curve that contains this Symbol.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.Curve
 int GChart.getCurveIndex(GChart.Curve curve)
          Returns the positional index (within this chart's list of curves) of the specified curve.
 


For downloads, demos, and more visit the
Client-side GChart Home Page

Copyright © 2007,2008 John C. Gunther. All Rights Reserved.