|
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.YAxis
public class GChart.YAxis
The left y-axis of a GChart.
getYAxis| 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. |
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 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 | ||||||||