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

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

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

Fields in com.googlecode.gchart.client declared as GChart.SymbolType
static GChart.SymbolType GChart.SymbolType.BOX_CENTER
          Use rectangles horizontally and vertically centered on each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_EAST
          Use rectangles just to the right of, and vertically centered on, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_NORTH
          Use rectangles just above, and horizontally centered on, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_NORTHEAST
          Use rectangles just above, and to the right of, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_NORTHWEST
          Use rectangles just above and to the left of, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_SOUTH
          Use rectangles just below, and horizontally centered on, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_SOUTHEAST
          Use rectangles just below, and to the right of, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_SOUTHWEST
          Use rectangles just below, and to the left of, each point of the curve
static GChart.SymbolType GChart.SymbolType.BOX_WEST
          Use rectangles just to the left of, and vertically centered on, each point of the curve
static GChart.SymbolType GChart.DEFAULT_SYMBOL_TYPE
          The default symbol type for curve if none is specified; this default is BOX_CENTER
static GChart.SymbolType GChart.SymbolType.HBAR_BASELINE_CENTER
          Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and that are vertically centered on the data point.
static GChart.SymbolType GChart.SymbolType.HBAR_BASELINE_NORTH
          Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and whose bottom edge passes through the data point.
static GChart.SymbolType GChart.SymbolType.HBAR_BASELINE_SOUTH
          Use horizontal bars that extend from the x,y position associated with each point, to the x position defined by the host Symbol's baseline property, and whose top edge passes through the data point.
static GChart.SymbolType GChart.SymbolType.HBAR_EAST
          Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically centered on the point.
static GChart.SymbolType GChart.SymbolType.HBAR_NEXT
          Draws a horizontal bar from each point to the x coordinate of the next point.
static GChart.SymbolType GChart.SymbolType.HBAR_NORTHEAST
          Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically just above the point.
static GChart.SymbolType GChart.SymbolType.HBAR_NORTHWEST
          Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically just above point.
static GChart.SymbolType GChart.SymbolType.HBAR_PREV
          Draws a horizontal bar from each point to the x coordinate of the previous point.
static GChart.SymbolType GChart.SymbolType.HBAR_SOUTHEAST
          Use horizontal bars that extend from the right y-axis to each point on the curve, and that are vertically just below the point.
static GChart.SymbolType GChart.SymbolType.HBAR_SOUTHWEST
          Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically just below the point.
static GChart.SymbolType GChart.SymbolType.HBAR_WEST
          Use horizontal bars that extend from the left y-axis to each point on the curve, and that are vertically centered on the point.
static GChart.SymbolType GChart.SymbolType.NONE
          A symbol type that does not draw any main symbol.
static GChart.SymbolType GChart.SymbolType.PIE_SLICE_HATCHED_SHADING
          Draws a pie slice whose area is shaded using both vertical and horizontal bars, which produces a "cross-hatched" pattern.
static GChart.SymbolType GChart.SymbolType.PIE_SLICE_HORIZONTAL_SHADING
          Draws a pie slice whose area is shaded using horizontal bars.
static GChart.SymbolType GChart.SymbolType.PIE_SLICE_OPTIMAL_SHADING
          Draw a pie slice whose area is shaded using either vertical bars or horizontal bars--whichever renders the slice more efficiently.
static GChart.SymbolType GChart.SymbolType.PIE_SLICE_VERTICAL_SHADING
          Draws a pie slice whose area is shaded using vertical bars.
static GChart.SymbolType GChart.SymbolType.VBAR_BASELINE_CENTER
          Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and that are horizontally centered on the data point.
static GChart.SymbolType GChart.SymbolType.VBAR_BASELINE_EAST
          Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and whose left edge passes through the data point.
static GChart.SymbolType GChart.SymbolType.VBAR_BASELINE_WEST
          Use vertical bars that extend from the x,y position associated with each point, to the y position defined by the host Symbol's baseline property, and whose right edge passes through the data point.
static GChart.SymbolType GChart.SymbolType.VBAR_NEXT
          Draws a vertical bar from each point to the y coordinate of the next point.
static GChart.SymbolType GChart.SymbolType.VBAR_NORTH
          Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally centered on the point.
static GChart.SymbolType GChart.SymbolType.VBAR_NORTHEAST
          Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally to the right of the point.
static GChart.SymbolType GChart.SymbolType.VBAR_NORTHWEST
          Use vertical bars that extend from the top of the chart to each point on the curve, and are horizontally to the left of the point.
static GChart.SymbolType GChart.SymbolType.VBAR_PREV
          Draws a vertical bar from each point to the y coordinate of the previous point.
static GChart.SymbolType GChart.SymbolType.VBAR_SOUTH
          Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally centered on the point.
static GChart.SymbolType GChart.SymbolType.VBAR_SOUTHEAST
          Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally to the right of the point.
static GChart.SymbolType GChart.SymbolType.VBAR_SOUTHWEST
          Use vertical bars that extend from the x-axis to each point on the curve, and that are horizontally to the left of the point.
static GChart.SymbolType GChart.SymbolType.XGRIDLINE
          Represents a single x-axis grid-line.
static GChart.SymbolType GChart.SymbolType.Y2GRIDLINE
          Deprecated. This symbol is the same as YGRIDLINE and was added by mistake in version 1. (the y-axis isn't defined by the symbol type, but rather by the curve's setYAxis method).

Please use YGRIDLINE instead.

static GChart.SymbolType GChart.SymbolType.YGRIDLINE
          Represents a single y-axis (or y2-axis) grid-line.
 

Methods in com.googlecode.gchart.client that return GChart.SymbolType
 GChart.SymbolType GChart.Symbol.getSymbolType()
          Returns this symbol's type.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.SymbolType
 void GChart.Symbol.setSymbolType(GChart.SymbolType symbolType)
          Sets the type of this symbol.
 


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

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