| Package | Description |
|---|---|
| org.moxieapps.gwt.highcharts.client |
| Modifier and Type | Method and Description |
|---|---|
static Series.Type |
Series.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Series.Type[] |
Series.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseChart.setType(Series.Type type)
Sets the defaults series type for the chart (which controls the way the series will be rendered), using
an enumeration type in order to ensure a correct value is passed.
|
Series |
Series.setType(Series.Type type)
Sets the type of this series (which controls the way the series will be rendered), using
an enumeration type in order to ensure a correct value is passed.
|
Copyright © 2015. All Rights Reserved.