Uses of Class
net.pricefx.common.apibuilder.chart.BoxplotChart.BoxplotSeries
Packages that use BoxplotChart.BoxplotSeries
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of BoxplotChart.BoxplotSeries in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return BoxplotChart.BoxplotSeriesModifier and TypeMethodDescriptionBoxplotChart.addSeries()Adds a new series to this chart.Sets this series' X axis to a plain category field, for example a product group.BoxplotChart.BoxplotSeries.setComparisonDim(String comparisonDimension) BoxplotChart.BoxplotSeries.withSortByAxisX(SortType sortType) BoxplotChart.BoxplotSeries.withSortByAxisY(SortType sortType) BoxplotChart.BoxplotSeries.withWhisker(WhiskerType whiskerType) Sets the whisker calculation method for this series' box plot.Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type BoxplotChart.BoxplotSeriesModifier and TypeMethodDescriptionSets this series' Y axis to a Box Plot expression field, which supplies the statistical distribution (minimum, quartiles, maximum) plotted for each category rather than a single aggregated value.Constructors in net.pricefx.common.apibuilder.chart with parameters of type BoxplotChart.BoxplotSeriesModifierConstructorDescriptionBoxplotAdditionalMeasure(BoxplotChart.BoxplotSeries backLink, String instanceId)