Uses of Enum Class
net.pricefx.common.api.chart.AggregationFormula
Packages that use AggregationFormula
Package
Description
Chart API to work with charts.
Chart Builder API to work with charts.
-
Uses of AggregationFormula in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return AggregationFormulaModifier and TypeMethodDescriptionstatic AggregationFormulaReturns the enum constant of this class with the specified name.static AggregationFormula[]AggregationFormula.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggregationFormula in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type AggregationFormulaModifier and TypeMethodDescriptionprotected MAbstractChartMeasures.withAggregation(AggregationFormula aggregationFunction) final MChartMeasures.Basic.withAggregation(AggregationFormula aggregationFunction)