Class BoxplotChart.BoxplotOptions
Object
ObjectIdentity
- Enclosing class:
BoxplotChart
public static class BoxplotChart.BoxplotOptions
extends ChartOptions.ZAxis<BoxplotChart,BoxplotChart.BoxplotOptions>
-
Field Summary
Fields inherited from class BacklinkBuilder
METHOD_BACK
Fields inherited from class ObjectIdentity
classId, idGenerator, instanceId, invocations, m, NONE, parentObjectIdentity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetDisableDrilldown
(Boolean disableDrilldown) setDisableZoom
(Boolean disableZoom) setMaxDataPoints
(BigDecimal maximumNumberOfDataPoints) Methods inherited from class ChartOptions.ZAxis
setComparison, setShowZAxis, setYMax, setYMin, setZLabel, setZMax, setZMin
Methods inherited from class ChartOptions.XYLabels
setXLabel, setYLabel
Methods inherited from class ChartOptions.Basic
setHideLegend, setHideTooltips, setSubtitle, setTitle
Methods inherited from class AbstractChartOptions
getThis, setBoxplotAxisLabel, setBoxplotAxisMax, setBoxplotAxisMin, setComparisonType, setMarker, setXLogarithmic, setXMax, setXMax, setXMin, setXMin, setYLogarithmic, setZLogarithmic
Methods inherited from class BacklinkBuilder
back, getParent
Methods inherited from class ObjectIdentity
addInvocation, addInvocation
-
Constructor Details
-
BoxplotOptions
-
-
Method Details
-
setDisableDrilldown
- Overrides:
setDisableDrilldown
in classAbstractChartOptions<BoxplotChart,
BoxplotChart.BoxplotOptions>
-
setDisableZoom
- Overrides:
setDisableZoom
in classAbstractChartOptions<BoxplotChart,
BoxplotChart.BoxplotOptions>
-
setMaxDataPoints
- Overrides:
setMaxDataPoints
in classAbstractChartOptions<BoxplotChart,
BoxplotChart.BoxplotOptions>
-