|
For downloads, demos, and more
visit the Client-side GChart Home Page |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.gchart.client.GChart.Axis
com.googlecode.gchart.client.GChart.XAxis
public class GChart.XAxis
The x-axis of a GChart.
getXAxis| Method Summary | |
|---|---|
double |
getDataMax()
Returns the maximum data value associated with values represented on this axis. |
double |
getDataMin()
Returns the minimum data value associated with values represented on this axis. |
int |
getTickLabelThickness()
Returns the thickness of the band adjacent to this axis that GChart will allocate to hold this axis' tick labels. |
void |
setTickLength(int tickLength)
Sets this axes' tick length. |
void |
setTickThickness(int tickThickness)
Sets this axes' tick thickness. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double getDataMax()
GChart.Axis
getDataMax in class GChart.AxisgetDataMin,
getAxisMax,
getAxisMinpublic double getDataMin()
GChart.Axis
getDataMin in class GChart.AxisgetDataMax,
getAxisMax,
getAxisMaxpublic int getTickLabelThickness()
GChart.Axis
getTickLabelThickness in class GChart.AxissetTickLabelThicknesspublic void setTickLength(int tickLength)
GChart.AxisNote that GChart ticks are always "outside" ticks.
setTickLength in class GChart.AxistickLength - the length of the tick.getTickLengthpublic void setTickThickness(int tickThickness)
GChart.AxisTip: Set the tick thickness to zero to to hide the tick but retain the spacing between tick labels and the axis due to the ticks' length.
Note that GChart ticks are always "outside" ticks.
setTickThickness in class GChart.AxistickThickness - the thickness of the tick.getTickThickness,
setTickLength
|
For downloads, demos, and more
visit the Client-side GChart Home Page |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||