|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BarChart
A BarChart is a Bar Graph type of a GoogleChart.
| Method Summary | |
|---|---|
void |
setGrouped(boolean b)
Sets boolean whether the bars are grouped - dependent
on the number of data sets. |
void |
setOrientation(String orientation)
Sets the orientation of the bars String h (horizontal)
or v (vertical) are the only two options allowed, all others will
throw an exception. |
| Methods inherited from interface org.telscenter.sail.webapp.presentation.google.charts.GoogleChart |
|---|
addData, getOptions, getURL, setChartSize, setOptions |
| Method Detail |
|---|
void setOrientation(String orientation)
throws Exception
String h (horizontal)
or v (vertical) are the only two options allowed, all others will
throw an exception.
String - orientation
Exception
Exceptionvoid setGrouped(boolean b)
boolean whether the bars are grouped - dependent
on the number of data sets.
boolean - b
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||