Uses of Class
net.pricefx.common.apibuilder.chart.ChartOptions.EmbeddedBoxplot
Packages that use ChartOptions.EmbeddedBoxplot
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of ChartOptions.EmbeddedBoxplot in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type ChartOptions.EmbeddedBoxplotModifier and TypeClassDescriptionstatic classChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> Re-exposesAbstractChartOptions.setBoxplotAxisLabel(String),AbstractChartOptions.setBoxplotAxisMin(BigDecimal), andAbstractChartOptions.setBoxplotAxisMax(BigDecimal)aspublic, on top of everythingChartOptions.ZAxisexposes; the tier extended by a concrete Options type whose series supports an embedded box plot overlay, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.Subclasses of ChartOptions.EmbeddedBoxplot in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classThe Options for aBarLineChart, obtained fromBarLineChart.getOptions()rather than instantiated directly.static class