Package | Description |
---|---|
com.hyjavacharts.model.highcharts |
Modifier and Type | Method and Description |
---|---|
Chart |
ChartOptions.chart()
General options for the chart.
|
Chart |
ChartOptions.getChart()
General options for the chart.
|
Chart |
Chart.plotBackgroundColor(Color plotBackgroundColor)
The background color or gradient for the plot area.
|
Chart |
Chart.plotBorderWidth(Number plotBorderWidth)
The pixel width of the plot area border.
|
Chart |
Chart.plotShadowAsBoolean(Boolean plotShadowAsBoolean)
Whether to apply a drop shadow to the plot area.
|
Chart |
Chart.plotShadowAsCSSObject(CSSObject plotShadowAsCSSObject)
Whether to apply a drop shadow to the plot area.
|
Chart |
Chart.setPlotBackgroundColor(Color plotBackgroundColor)
The background color or gradient for the plot area.
|
Chart |
Chart.setPlotBorderWidth(Number plotBorderWidth)
The pixel width of the plot area border.
|
Chart |
Chart.setPlotShadowAsBoolean(Boolean plotShadowAsBoolean)
Whether to apply a drop shadow to the plot area.
|
Chart |
Chart.setPlotShadowAsCSSObject(CSSObject plotShadowAsCSSObject)
Whether to apply a drop shadow to the plot area.
|
Chart |
Chart.setType(ChartType type)
The default series type for the chart.
|
Chart |
Chart.type(ChartType type)
The default series type for the chart.
|
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.chart(Chart chart)
General options for the chart.
|
ChartOptions |
ChartOptions.setChart(Chart chart)
General options for the chart.
|
Copyright © 2022. All rights reserved.