Package | Description |
---|---|
com.hyjavastock.model.highstock.series | |
com.hyjavastock.model.highstock.series.seriescolumn |
Modifier and Type | Method and Description |
---|---|
DataGrouping |
SeriesColumn.getDataGrouping()
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
|
Modifier and Type | Method and Description |
---|---|
SeriesColumn |
SeriesColumn.setDataGrouping(DataGrouping dataGrouping)
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
|
Modifier and Type | Field and Description |
---|---|
static DataGrouping |
DataGrouping.NULL |
Modifier and Type | Method and Description |
---|---|
DataGrouping |
DataGrouping.setUnits(List<Unit> units)
An array determining what time intervals the data is allowed to be grouped to.
|
Copyright © 2022. All rights reserved.