Package | Description |
---|---|
com.hyjavacharts.model.highcharts.constants | |
com.hyjavacharts.model.highcharts.series |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
SeriesType |
SeriesSpline.getType()
The type of series, for example
line or column . |
SeriesType |
SeriesSpline.type()
The type of series, for example
line or column . |
Modifier and Type | Method and Description |
---|---|
SeriesSpline |
SeriesSpline.setType(SeriesType type)
The type of series, for example
line or column . |
SeriesSpline |
SeriesSpline.type(SeriesType type)
The type of series, for example
line or column . |
Copyright © 2022. All rights reserved.