Uses of Class
net.pricefx.common.apibuilder.chart.BoxplotChart.BoxplotAdditionalMeasure
Packages that use BoxplotChart.BoxplotAdditionalMeasure
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of BoxplotChart.BoxplotAdditionalMeasure in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return BoxplotChart.BoxplotAdditionalMeasureModifier and TypeMethodDescriptionBoxplotChart.BoxplotSeries.addAdditionalMeasure()Adds a further measure to this series beyond its primary Y axis Box Plot expression.BoxplotChart.BoxplotAdditionalMeasure.setOnZAxis(Boolean onZAxis) BoxplotChart.BoxplotAdditionalMeasure.withField()Marks this additional measure as computed from the plain field previously set viaAbstractChartMeasures.setMeasure(String), as opposed to a Datamart Expression set viaAbstractChartMeasures.withExpression().