| Package | Description |
|---|---|
| com.alexscottrhodes.chartModel | |
| com.alexscottrhodes.enums |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<AxisType,java.util.ArrayList<ChartSeries>> |
GoogleComboChart.getAxes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleComboChart.addAxisSeries(ChartSeries series,
AxisType axis)
Add a data series to be used as an axis
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleComboChart.setAxes(java.util.HashMap<AxisType,java.util.ArrayList<ChartSeries>> axes) |
| Modifier and Type | Method and Description |
|---|---|
static AxisType |
AxisType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|