Package | Description |
---|---|
com.hyjavastock.chart | |
com.hyjavastock.model.highstock |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
Highstock.getChartOptions()
Get a reference to the chartOptions object for the chart.
|
Modifier and Type | Method and Description |
---|---|
HighstockOptions |
HighstockOptions.setTheme(Theme theme,
ChartOptions chartOptions)
Sets the theme for the chartOptions.
|
String |
HighstockOptions.toJs(ChartOptions chartOptions)
Converts chart options to Javascript.
|
String |
HighstockRenderer.toJs(ChartOptions chartOptions)
Converts chart options to Javascript.
|
Modifier and Type | Field and Description |
---|---|
static ChartOptions |
ChartOptions.NULL |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.setChart(Chart chart)
General options for the chart.
|
ChartOptions |
ChartOptions.setColors(List<Color> colors) |
ChartOptions |
ChartOptions.setRangeSelector(RangeSelector rangeSelector)
The range selector is a tool for selecting ranges to display within the chart.
|
ChartOptions |
ChartOptions.setSeries(List<Series> series)
Series options for specific data and the data itself.
|
ChartOptions |
ChartOptions.setTitle(Title title)
The chart's main title.
|
Copyright © 2023. All rights reserved.