Uses of Class
net.pricefx.common.apibuilder.chart.NonAggrFieldAxis
Packages that use NonAggrFieldAxis
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of NonAggrFieldAxis in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart that return NonAggrFieldAxisModifier and TypeMethodDescriptionprotected NonAggrFieldAxis<S> AbstractChartSeries.protectedSetNonAggrFieldAxisX(String axisX) Sets this series' X axis to a non-aggregated field that still needs further per-axis configuration (unlikeAbstractChartSeries.protectedSetAxisX(String), which returns this series directly).protected NonAggrFieldAxis<S> AbstractChartSeries.protectedSetNonAggrFieldAxisY(String axisY) Sets this series' Y axis to a non-aggregated field that still needs further per-axis configuration (unlikeAbstractChartSeries.protectedSetAxisY(String), which returns this series directly).Sets 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.protected NonAggrFieldAxis<S> AbstractChartSeries.setBoxplotAxis()Returns the builder for the field supplying the embedded box plot overlay's statistical distribution (minimum, quartiles, maximum), analogous toBoxplotChart.BoxplotSeries.setAxisY(String)on the standaloneBoxplotChart.final NonAggrFieldAxis<S> ChartSeries.EmbeddedBoxplot.setBoxplotAxis()NonAggrFieldAxis.withField()Methods in net.pricefx.common.apibuilder.chart that return types with arguments of type NonAggrFieldAxis