Package | Description |
---|---|
com.hyjavastock.model.highstock.series | |
com.hyjavastock.model.highstock.series.seriescolumn |
Modifier and Type | Method and Description |
---|---|
Data |
SeriesColumn.getDataAsArrayObjectSingle()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
List<Data> |
SeriesColumn.getDataAsArrayObject()
An array of data points for the series.
|
Modifier and Type | Method and Description |
---|---|
SeriesColumn |
SeriesColumn.setData(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.
|
Copyright © 2022. All rights reserved.