Class BoxplotChart.BoxplotOptions
Object
ObjectIdentity
- Enclosing class:
BoxplotChart
public static class BoxplotChart.BoxplotOptions
extends ChartOptions.ZAxis<BoxplotChart,BoxplotChart.BoxplotOptions>
The Options for a
BoxplotChart, obtained from BoxplotChart.getOptions() rather than
instantiated directly.-
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 TypeMethodDescriptionsetDisableDrilldown(Boolean disableDrilldown) Disables drilldown on this chart.setDisableZoom(Boolean disableZoom) Disables zooming on this chart.setMaxDataPoints(BigDecimal maximumNumberOfDataPoints) Limits how many data points this chart renders.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, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparisonType, setMarker, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLogarithmic, setZLogarithmicMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
BoxplotOptions
-
-
Method Details
-
setDisableDrilldown
Description copied from class:AbstractChartOptionsDisables drilldown on this chart. Not exposed through anyChartOptionstier; almost every concrete Options type overrides it directly, since drilldown applies broadly across chart types.- Overrides:
setDisableDrilldownin classAbstractChartOptions<BoxplotChart,BoxplotChart.BoxplotOptions> - Parameters:
disableDrilldown-trueto disable drilldown;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setDisableZoom
Description copied from class:AbstractChartOptionsDisables zooming on this chart. Not exposed through anyChartOptionstier; most concrete Options types that support zoom override it directly.- Overrides:
setDisableZoomin classAbstractChartOptions<BoxplotChart,BoxplotChart.BoxplotOptions> - Parameters:
disableZoom-trueto disable zoom;falseornullto allow it- Returns:
- this Options object, for chaining further configuration
-
setMaxDataPoints
Description copied from class:AbstractChartOptionsLimits how many data points this chart renders. Not exposed through anyChartOptionstier; a concrete Options type overrides it directly, for exampleBarLineChart.BarLineOptions,PieChart.PieOptions, orBoxplotChart.BoxplotOptions.- Overrides:
setMaxDataPointsin classAbstractChartOptions<BoxplotChart,BoxplotChart.BoxplotOptions> - Parameters:
maximumNumberOfDataPoints- the maximum number of data points to render- Returns:
- this Options object, for chaining further configuration
-