Package | Description |
---|---|
com.hyjavacharts.model.highcharts.series |
Modifier and Type | Field and Description |
---|---|
static SeriesPie |
SeriesPie.NULL |
Modifier and Type | Method and Description |
---|---|
SeriesPie |
SeriesPie.setColorByPoint(Boolean colorByPoint) |
SeriesPie |
SeriesPie.setDataAsArrayJavaObject(List<Object> dataAsArrayJavaObject)
An array of data points for the series.
|
SeriesPie |
SeriesPie.setDataAsArrayNumber(List<Number> dataAsArrayNumber)
An array of data points for the series.
|
SeriesPie |
SeriesPie.setDataAsArrayObject(List<Data> dataAsArrayObject)
An array of data points for the series.
|
SeriesPie |
SeriesPie.setName(String name)
The name of the series as shown in the legend, tooltip etc.
|
Copyright © 2022. All rights reserved.