Class ChartSeries.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartSeries<C,S>
ChartSeries.Basic<C,S>
EmbeddedBoxplot<C,S>
- Direct Known Subclasses:
BarLineChart.BarLineSeries,TimeSeriesChart.TimeSeriesSeries
- Enclosing class:
ChartSeries
public abstract static class ChartSeries.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C,S>>
extends ChartSeries.Basic<C,S>
Re-exposes
AbstractChartSeries.setType(SeriesType), AbstractChartSeries.setShowBoxplot(Boolean),
AbstractChartSeries.setBoxplotAxis(), and AbstractChartSeries.setWhisker(WhiskerType) as
public; the tier extended by a concrete series type that supports an embedded box plot overlay,
for example BarLineChart.BarLineSeries or TimeSeriesChart.TimeSeriesSeries.-
Field Summary
Fields inherited from class AbstractChartSeries
aggregationsFilter, customersFilter, filters, productsFilterFields inherited from class BacklinkBuilder
METHOD_BACKFields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NonAggrFieldAxis<S> 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 SsetShowBoxplot(Boolean showBoxplot) Shows or hides an embedded box plot overlay on this series, distinct from the standaloneBoxplotChart.final SsetType(SeriesType seriesType) Sets how this series itself is rendered, independently of the chart's overall type, for example rendering one series of a Bar & Line Chart as a line while its other series render as bars.final SsetWhisker(WhiskerType whiskerType) Sets the whisker calculation method for this series' embedded box plot overlay.Methods inherited from class ChartSeries.Basic
setHideDataLabelsMethods inherited from class AbstractChartSeries
addAggregationsFilter, addCustomersFilter, addDimFilter, addFilters, addFilters, addProductsFilter, getFilters, getThis, invokeAddAdditionalMeasure, protectedSetAggrFieldAxisX, protectedSetAggrFieldAxisY, protectedSetAxisX, protectedSetAxisY, protectedSetNonAggrFieldAxisX, protectedSetNonAggrFieldAxisY, setAggregationBy, setBandBy, setComparisonDim, setCurrency, setDatamart, setFormula, setGeneratedQueryDto, setHideOther, setLabel, setLimitTo, setShowBandByLegend, withSortByAxisX, withSortByAxisY, withTrendLineMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
EmbeddedBoxplot
-
-
Method Details
-
setType
Description copied from class:AbstractChartSeriesSets how this series itself is rendered, independently of the chart's overall type, for example rendering one series of a Bar & Line Chart as a line while its other series render as bars. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports mixing rendering types across series.- Overrides:
setTypein classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> - Parameters:
seriesType- the rendering type to use for this series- Returns:
- this series, for chaining further configuration
-
setShowBoxplot
Description copied from class:AbstractChartSeriesShows or hides an embedded box plot overlay on this series, distinct from the standaloneBoxplotChart. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports an embedded boxplot overlay, for exampleTimeSeriesChart.TimeSeriesSeriesorBarLineChart.BarLineSeries.- Overrides:
setShowBoxplotin classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> - Parameters:
showBoxplot-trueto show the embedded boxplot overlay;falseornullto hide it- Returns:
- this series, for chaining further configuration
- See Also:
-
setBoxplotAxis
Description copied from class:AbstractChartSeriesReturns 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. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports an embedded boxplot overlay.- Overrides:
setBoxplotAxisin classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> - Returns:
- a new
NonAggrFieldAxisbuilder for the boxplot field. Nevernull. - See Also:
-
setWhisker
Description copied from class:AbstractChartSeriesSets the whisker calculation method for this series' embedded box plot overlay. Declaredprotectedhere; a concrete series type re-exposes it aspubliconly if that chart type supports an embedded boxplot overlay.- Overrides:
setWhiskerin classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> - Parameters:
whiskerType- the whisker calculation method to use, for exampleWhiskerType.MIN_MAXor one of the percentile- or IQR-outlier-based methods- Returns:
- this series, for chaining further configuration
- See Also:
-