Uses of Class
net.pricefx.server.dto.calculation.ResultFlexChart
-
Packages that use ResultFlexChart Package Description net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
. -
-
Uses of ResultFlexChart in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ResultFlexChart Modifier and Type Method Description ResultFlexChart
PublicGroovyAPI. buildFlexChart(Object definition)
Deprecated.ResultFlexChart
PublicGroovyAPI. buildFlexChart(String baseTemplateToUse, Object definition)
Deprecated.Creates aFlexChart
from the passeddefinition
by merging it withoptions
defined within thebaseTemplateToUse
template.
-