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

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

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

Fields in com.googlecode.gchart.client declared as GChart.TickLocation
static GChart.TickLocation GChart.TickLocation.CENTERED
          Indicates that ticks are centered on the axis.
static GChart.TickLocation GChart.DEFAULT_TICK_LOCATION
          The default tick location.
static GChart.TickLocation GChart.TickLocation.INSIDE
          Indicates that ticks are located inside of the axis.
static GChart.TickLocation GChart.TickLocation.OUTSIDE
          Indicates that ticks are located outside of the axis.
 

Methods in com.googlecode.gchart.client that return GChart.TickLocation
 GChart.TickLocation GChart.Axis.getTickLocation()
          Returns relative location of ticks on this axis.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.TickLocation
 void GChart.Axis.setTickLocation(GChart.TickLocation tickLocation)
          Specifies the location of the tick marks relative to this axis, namely, if tick marks are outside, inside, or centered on this axis.
 


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.