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

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

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

Fields in com.googlecode.gchart.client declared as GChart.AnnotationLocation
static GChart.AnnotationLocation GChart.AnnotationLocation.CENTER
          Specifies that a point's annotation (label) should be positioned so as to be centered on the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.CLOSEST_TO_HORIZONTAL_BASELINE
          Specifies that a point's annotation (label) should be placed just above, and centered horizontally on, vertical bars that grow down from a horizontal baseline, and just below, and centered horizontally on, vertical bars that grow up from a horizontal baseline.
static GChart.AnnotationLocation GChart.AnnotationLocation.CLOSEST_TO_VERTICAL_BASELINE
          Specifies that a point's annotation (label) should be placed just to the right of, and centered vertically on, horizontal bars that grow left from a vertical baseline, and just to the left of, and centered vertically on, horizontal bars that grow right from a vertical baseline.
static GChart.AnnotationLocation GChart.AnnotationLocation.EAST
          Specifies that a point's annotation (label) should be positioned just to the right of, and vertically centered on, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.FARTHEST_FROM_HORIZONTAL_BASELINE
          Specifies that a point's annotation (label) should be placed just below, and centered horizontally on, vertical bars that grow down from a horizontal baseline, and just above, and centered horizontally on, vertical bars that grow up from a horizontal baseline.
static GChart.AnnotationLocation GChart.AnnotationLocation.FARTHEST_FROM_VERTICAL_BASELINE
          Specifies that a point's annotation (label) should be placed just to the left of, and centered vertically on, horizontal bars that grow left from a vertical baseline, and just to the right of, and centered vertically on, horizontal bars that grow right from a vertical baseline.
static GChart.AnnotationLocation GChart.AnnotationLocation.INSIDE_PIE_ARC
          Specifies that a point's annotation (label) should be positioned just inside, and centered on, the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTH
          Specifies that a point's annotation (label) should be positioned just above, and horizontally centered on, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTHEAST
          Specifies that a point's annotation (label) should be positioned just to the right of and above, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.NORTHWEST
          Specifies that a point's annotation (label) should be positioned just to the left of and above, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.ON_PIE_ARC
          Specifies that a point's annotation (label) should be centered on the center-point of the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.OUTSIDE_PIE_ARC
          Specifies that a point's annotation (label) should be positioned just outside, and centered on, the arc side of a pie slice.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTH
          Specifies that a point's annotation (label) should be positioned just below, and horizontally centered on, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTHEAST
          Specifies that a point's annotation (label) should be positioned just to the right of and below, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.SOUTHWEST
          Specifies that a point's annotation (label) should be positioned just to the left of and below, the symbol used to represent the point.
static GChart.AnnotationLocation GChart.AnnotationLocation.WEST
          Specifies that a point's annotation (label) should be positioned just to the left of, and vertically centered on, the symbol used to represent the point.
 

Methods in com.googlecode.gchart.client that return GChart.AnnotationLocation
 GChart.AnnotationLocation GChart.Curve.Point.getAnnotationLocation()
          Returns the previously specified location, relative to the symbol representing the point, of the annotation (text label) associated with this point.
 

Methods in com.googlecode.gchart.client with parameters of type GChart.AnnotationLocation
 void GChart.Curve.Point.setAnnotationLocation(GChart.AnnotationLocation annotationLocation)
          Specifies the location, relative to this point's symbol, of this point's annotation (text label).
 


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

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