Uses of Enum Class
net.pricefx.common.api.chart.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
Modifier and TypeMethodDescriptionstatic AggregationFormula
Returns 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
Modifier and TypeMethodDescriptionprotected M
AbstractChartMeasures.withAggregation
(AggregationFormula aggregationFunction) final M
ChartMeasures.Basic.withAggregation
(AggregationFormula aggregationFunction)