Uses of Class
net.pricefx.server.dto.calculation.ResultHighchart
-
Packages that use ResultHighchart Package Description net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
Uses of ResultHighchart in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ResultHighchart Modifier and Type Method Description ResultHighchart
PublicGroovyAPI. buildHighchart(Map<String,?> definition)
Creates aResultHighchart
from the passeddefinition
. -
Uses of ResultHighchart in net.pricefx.server.dto.calculation
Subclasses of ResultHighchart in net.pricefx.server.dto.calculation Modifier and Type Class Description class
ResultHighmap
Methods in net.pricefx.server.dto.calculation that return ResultHighchart Modifier and Type Method Description ResultHighchart
ResultHighchart. addModule(String... modules)
By default, these modules are already available: boost, drilldown, exporting, export-data, heatmap, no-data-to-display, treemap.ResultHighchart
ResultHighchart. addResultMatrixTab(ResultMatrix matrix)
The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchart
ResultHighchart.OnPointClick. back()
ResultHighchart
ResultHighchart. setDataHeaders(String... headers)
To override the default column headers of the data tab table.ResultHighchart
ResultHighchart. setResultMatrixTabs(ResultMatrix... matrices)
The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchart
ResultHighchart. setShowDataTab(boolean show)
Show a tab set, with the chart in the first tab, and data grids in the other tabs.ResultHighchart
ResultHighchart. showDataTab()
Short forsetShowDataTab(true)
-