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 ResultHighchartPublicGroovyAPI. buildHighchart(Map<String,?> definition)Creates aResultHighchartfrom 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 classResultHighmapMethods in net.pricefx.server.dto.calculation that return ResultHighchart Modifier and Type Method Description ResultHighchartResultHighchart. addModule(String... modules)By default, only the modules required for the various Price Analyzer chart types are available.ResultHighchartResultHighchart. addResultMatrixTab(ResultMatrix matrix)The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchartResultHighchart.OnPointClick. back()ResultHighchartResultHighchart. setDataHeaders(String... headers)To override the default column headers of the data tab table.ResultHighchartResultHighchart. setResultMatrixTabs(ResultMatrix... matrices)The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchartResultHighchart. setShowDataTab(boolean show)Show a tab set, with the chart in the first tab, and data grids in the other tabs.ResultHighchartResultHighchart. showDataTab()Short forsetShowDataTab(true)
-