| Package | Description |
|---|---|
| com.alexscottrhodes.chartModel |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<AxisType,java.util.ArrayList<ChartSeries>> |
GoogleComboChart.axes
A list of axes to add to the chart
|
private java.util.ArrayList<ChartSeries> |
GoogleComboChart.seriesList
A list of series to add to the chart, individual series should be added with the
addSeries method. |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<AxisType,java.util.ArrayList<ChartSeries>> |
GoogleComboChart.getAxes() |
java.util.ArrayList<ChartSeries> |
GoogleComboChart.getSeriesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleComboChart.addAxisSeries(ChartSeries series,
AxisType axis)
Add a data series to be used as an axis
|
void |
GoogleComboChart.addSeries(ChartSeries series)
Add a data series to the chart
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleComboChart.setAxes(java.util.HashMap<AxisType,java.util.ArrayList<ChartSeries>> axes) |
void |
GoogleComboChart.setSeriesList(java.util.ArrayList<ChartSeries> seriesList) |