Uses of Enum Class
net.pricefx.common.api.chart.WaterfallColumnType
Packages that use WaterfallColumnType
Package
Description
Chart API to work with charts.
Chart Builder API to work with charts.
-
Uses of WaterfallColumnType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return WaterfallColumnTypeModifier and TypeMethodDescriptionstatic WaterfallColumnType
WaterfallColumnType.getViaValue
(String value) static WaterfallColumnType
Returns the enum constant of this class with the specified name.static WaterfallColumnType[]
WaterfallColumnType.values()
Returns an array containing the constants of this enum class, 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 WaterfallColumnTypeModifier and TypeMethodDescriptionWaterfallChart.WaterfallSeries.addWaterfallColumn
(WaterfallColumnType columnType, String source, String label) WaterfallComparisonChart.WaterfallComparisonSeries.addWaterfallColumn
(WaterfallColumnType columnType, String source, String label)