Package | Description |
---|---|
com.hyjavacharts.model.highcharts.series | |
com.hyjavacharts.model.highcharts.series.seriespie |
Modifier and Type | Method and Description |
---|---|
Data |
SeriesPie.getDataAsArrayObjectSingle()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
List<Data> |
SeriesPie.getDataAsArrayObject()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
SeriesPie |
SeriesPie.setDataAsArrayObject(List<Data> dataAsArrayObject)
An array of data points for the series.
|
Modifier and Type | Field and Description |
---|---|
static Data |
Data.NULL |
Modifier and Type | Method and Description |
---|---|
Data |
Data.setName(String name)
The name of the point as shown in the legend, tooltip, dataLabels, etc.
|
Data |
Data.setSelected(Boolean selected)
Whether the data point is selected initially.
|
Data |
Data.setSliced(Boolean sliced)
Whether to display a slice offset from the center.
|
Data |
Data.setY(Number y)
The y value of the point.
|
Copyright © 2022. All rights reserved.