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

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

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

Fields in com.googlecode.gchart.client declared as GChart.TouchedPointUpdateOption
static GChart.TouchedPointUpdateOption GChart.TouchedPointUpdateOption.TOUCHED_POINT_CLEARED
          When this option is passed to the update method, any touched point is cleared as a consequence of the update.
static GChart.TouchedPointUpdateOption GChart.TouchedPointUpdateOption.TOUCHED_POINT_LOCKED
          When this option is passed to the update method, any previously touched point is locked in (remains unchanged).
static GChart.TouchedPointUpdateOption GChart.TouchedPointUpdateOption.TOUCHED_POINT_UPDATED
          When this option is passed to the update method, the touched point is updated so that it reflects whatever point is underneath the mouse cursor after the update completes.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.TouchedPointUpdateOption
 void GChart.update(GChart.TouchedPointUpdateOption option)
          Builds a chart that reflects current user-specified chart specs (curve data, symbol choices, etc.)
 


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

Copyright © 2007,2008 John C. Gunther. All Rights Reserved. Portions from GWTCanvas, Copyright © Google, Inc.