Class ChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C,O>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartOptions<C,O>
ChartOptions.Basic<C,O>
ChartOptions.XYLabels<C,O>
ChartOptions.ZAxis<C,O>
EmbeddedBoxplot<C,O>
- Direct Known Subclasses:
BarLineChart.BarLineOptions,TimeSeriesChart.TimeSeriesOptions
- Enclosing class:
ChartOptions
public abstract static class ChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C,O>>
extends ChartOptions.ZAxis<C,O>
Re-exposes
AbstractChartOptions.setBoxplotAxisLabel(String),
AbstractChartOptions.setBoxplotAxisMin(BigDecimal), and
AbstractChartOptions.setBoxplotAxisMax(BigDecimal) as public, on top of everything
ChartOptions.ZAxis exposes; the tier extended by a concrete Options type whose series supports an embedded
box plot overlay, for example BarLineChart.BarLineOptions or
TimeSeriesChart.TimeSeriesOptions.-
Field Summary
Fields 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 OsetBoxplotAxisLabel(String boxplotAxisLabel) Sets the label for the axis of an embedded box plot overlay (seeAbstractChartSeries.setBoxplotAxis()at the series level).final OsetBoxplotAxisMax(BigDecimal boxplotAxisMax) Sets the upper bound for an embedded box plot overlay's axis.final OsetBoxplotAxisMin(BigDecimal boxplotAxisMin) Sets the lower bound for an embedded box plot overlay's axis.Methods inherited from class ChartOptions.ZAxis
setComparison, setShowZAxis, setYMax, setYMin, setZLabel, setZMax, setZMinMethods inherited from class ChartOptions.XYLabels
setXLabel, setYLabelMethods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitleMethods inherited from class AbstractChartOptions
getThis, setComparisonType, setDisableDrilldown, setDisableZoom, setMarker, setMaxDataPoints, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLogarithmic, setZLogarithmicMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
EmbeddedBoxplot
-
-
Method Details
-
setBoxplotAxisLabel
Description copied from class:AbstractChartOptionsSets the label for the axis of an embedded box plot overlay (seeAbstractChartSeries.setBoxplotAxis()at the series level). Declaredprotectedhere; re-exposed aspublicviaChartOptions.EmbeddedBoxplot, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.- Overrides:
setBoxplotAxisLabelin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> - Parameters:
boxplotAxisLabel- the label to display for the embedded boxplot axis- Returns:
- this Options object, for chaining further configuration
-
setBoxplotAxisMin
Description copied from class:AbstractChartOptionsSets the lower bound for an embedded box plot overlay's axis. Declaredprotectedhere; re-exposed aspublicviaChartOptions.EmbeddedBoxplot, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.- Overrides:
setBoxplotAxisMinin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> - Parameters:
boxplotAxisMin- the lowest value to show on the embedded boxplot axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setBoxplotAxisMax
Description copied from class:AbstractChartOptionsSets the upper bound for an embedded box plot overlay's axis. Declaredprotectedhere; re-exposed aspublicviaChartOptions.EmbeddedBoxplot, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.- Overrides:
setBoxplotAxisMaxin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> - Parameters:
boxplotAxisMax- the highest value to show on the embedded boxplot axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-