Uses of Class
net.pricefx.common.apibuilder.chart.BoxplotChart.BoxplotSeries
-
Packages that use BoxplotChart.BoxplotSeries Package Description net.pricefx.common.apibuilder.chart -
-
Uses of BoxplotChart.BoxplotSeries in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return BoxplotChart.BoxplotSeries Modifier and Type Method Description BoxplotChart.BoxplotSeries
BoxplotChart. addSeries()
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. setAxisX(String axisX)
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. setComparisonDim(String comparisonDimension)
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. withSortByAxisX(SortType sortType)
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. withSortByAxisY(SortType sortType)
BoxplotChart.BoxplotSeries
BoxplotChart.BoxplotSeries. withWhisker(WhiskerType whiskerType)
Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type BoxplotChart.BoxplotSeries Modifier and Type Method Description NonAggrFieldAxis<BoxplotChart.BoxplotSeries>
BoxplotChart.BoxplotSeries. setAxisY(String axisY)
LimitToMeasure<BoxplotChart.BoxplotSeries>
BoxplotChart.BoxplotSeries. setLimitTo(LimitPosition limitPosition, BigDecimal amount, LimitType limitType)
Constructors in net.pricefx.common.apibuilder.chart with parameters of type BoxplotChart.BoxplotSeries Constructor Description BoxplotAdditionalMeasure(BoxplotChart.BoxplotSeries backLink, String instanceId)
-