public class RendererOptions extends AbstractPivotObject
| Constructor and Description |
|---|
RendererOptions() |
| Modifier and Type | Method and Description |
|---|---|
C3RendererOptions |
getC3() |
HeatmapRendererOptions |
getHeatmap() |
RendererOptions |
setC3(C3RendererOptions c3)
Sets options which will be applied to chart renderers:
Renderer.AREA_CHART
Renderer.BAR_CHART
Renderer.LINE_CHART
Renderer.STACKED_BAR_CHART
Renderer.SCATTER_CHART
|
RendererOptions |
setHeatmap(HeatmapRendererOptions heatmap)
Sets options which will be applied to heatmap renderers:
Renderer.HEATMAP
Renderer.COL_HEATMAP
Renderer.ROW_HEATMAP
|
public HeatmapRendererOptions getHeatmap()
public RendererOptions setHeatmap(HeatmapRendererOptions heatmap)
heatmap - options which will be applied to heatmap rendererspublic C3RendererOptions getC3()
public RendererOptions setC3(C3RendererOptions c3)
c3 - options which will be applied to chart renderers