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

com.googlecode.gchart.client
Class GChart.TickLocation

java.lang.Object
  extended by com.googlecode.gchart.client.GChart.TickLocation
Enclosing class:
GChart

public static final class GChart.TickLocation
extends java.lang.Object

Defines keywords INSIDE, OUTSIDE, and CENTERED that specify the location of ticks relative to their axis.

See Also:
setTickLocation

Field Summary
static GChart.TickLocation CENTERED
          Indicates that ticks are centered on the axis.
static GChart.TickLocation INSIDE
          Indicates that ticks are located inside of the axis.
static GChart.TickLocation OUTSIDE
          Indicates that ticks are located outside of the axis.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTSIDE

public static final GChart.TickLocation OUTSIDE
Indicates that ticks are located outside of the axis.

See Also:
setTickLocation

CENTERED

public static final GChart.TickLocation CENTERED
Indicates that ticks are centered on the axis.

See Also:
setTickLocation

INSIDE

public static final GChart.TickLocation INSIDE
Indicates that ticks are located inside of the axis.

See Also:
setTickLocation

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.