org.telscenter.sail.webapp.presentation.google.charts
Interface BarChart

All Superinterfaces:
GoogleChart
All Known Implementing Classes:
BarChartImpl

public interface BarChart
extends GoogleChart

A BarChart is a Bar Graph type of a GoogleChart.

Version:
$Id:$
Author:
patrick lawler

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

setOrientation

void setOrientation(String orientation)
                    throws Exception
Sets the orientation of the bars String h (horizontal) or v (vertical) are the only two options allowed, all others will throw an exception.

Parameters:
String - orientation
Throws:
Exception
Exception

setGrouped

void setGrouped(boolean b)
Sets boolean whether the bars are grouped - dependent on the number of data sets.

Parameters:
boolean - b


Copyright © 2012. All Rights Reserved.