Uses of Class
net.pricefx.common.api.chart.WaterfallColumnType
-
Packages that use WaterfallColumnType Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of WaterfallColumnType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return WaterfallColumnType Modifier and Type Method Description static WaterfallColumnType
WaterfallColumnType. getViaValue(String value)
static WaterfallColumnType
WaterfallColumnType. valueOf(String name)
Returns the enum constant of this type with the specified name.static WaterfallColumnType[]
WaterfallColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WaterfallColumnType in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type WaterfallColumnType Modifier and Type Method Description WaterfallChart.WaterfallSeries
WaterfallChart.WaterfallSeries. addWaterfallColumn(WaterfallColumnType columnType, String source, String label)
WaterfallComparisonChart.WaterfallComparisonSeries
WaterfallComparisonChart.WaterfallComparisonSeries. addWaterfallColumn(WaterfallColumnType columnType, String source, String label)
-