| Modifier and Type | Field and Description |
|---|---|
PlotType |
Series.type
The type of series.
|
protected PlotType |
ChartOptions.type
The series type.
|
| Modifier and Type | Method and Description |
|---|---|
static PlotType |
PlotType.fromPlotClass(Class<? extends PlotOptions> optionClass)
Returns the plot type given the implementation class.
|
PlotType |
Chart.getType()
Returns the chart type.
|
static PlotType |
PlotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotType[] |
PlotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Series |
Chart.addSeries(PlotType type)
Adds a new series to the chart using the specified type.
|
void |
Chart.setType(PlotType type)
Sets the chart type.
|
| Constructor and Description |
|---|
Series(PlotType type) |
Copyright © 2018 Fujion Framework. All rights reserved.