Uses of Class
net.pricefx.common.api.chart.ColorAxisType
-
Packages that use ColorAxisType Package Description net.pricefx.common.api.chart Chart API to work with charts.net.pricefx.common.apibuilder.chart Chart Builder API to work with charts. -
-
Uses of ColorAxisType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return ColorAxisType Modifier and Type Method Description static ColorAxisType
ColorAxisType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColorAxisType[]
ColorAxisType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColorAxisType in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type ColorAxisType Modifier and Type Method Description HeatmapChart.HeatmapOptions
HeatmapChart.HeatmapOptions. setColorAxisType(ColorAxisType colorAxisType)
-