Uses of Class
net.pricefx.common.api.chart.ComparisonType
-
Packages that use ComparisonType Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of ComparisonType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return ComparisonType Modifier and Type Method Description static ComparisonType
ComparisonType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComparisonType[]
ComparisonType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ComparisonType in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type ComparisonType Modifier and Type Method Description protected O
AbstractChartOptions. setComparisonType(ComparisonType comparisonType)
BarLineChart.BarLineOptions
BarLineChart.BarLineOptions. setComparisonType(ComparisonType comparisonType)
-