| Package | Description |
|---|---|
| com.googlecode.wickedcharts.highcharts.options | |
| com.googlecode.wickedcharts.highcharts.options.series |
| Modifier and Type | Method and Description |
|---|---|
SeriesType |
ChartOptions.getDefaultSeriesType() |
SeriesType |
ChartOptions.getType() |
static SeriesType |
SeriesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeriesType[] |
SeriesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlotOptions |
PlotOptionsChoice.getPlotOptions(SeriesType type) |
ChartOptions |
ChartOptions.setDefaultSeriesType(SeriesType defaultSeriesType) |
PlotOptionsChoice |
PlotOptionsChoice.setPlotOptions(PlotOptions plotOptions,
SeriesType type) |
ChartOptions |
ChartOptions.setType(SeriesType type) |
| Constructor and Description |
|---|
ChartOptions(SeriesType chartType) |
| Modifier and Type | Method and Description |
|---|---|
SeriesType |
Series.getType() |
| Modifier and Type | Method and Description |
|---|---|
Series<D> |
Series.setType(SeriesType type) |
Copyright © 2013. All Rights Reserved.