Class ChartOptions.ZAxis<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C,O>>
Object
ObjectIdentity
BacklinkBuilder<C>
AbstractChartOptions<C,O>
ChartOptions.Basic<C,O>
ChartOptions.XYLabels<C,O>
ZAxis<C,O>
- Direct Known Subclasses:
BoxplotChart.BoxplotOptions,ChartOptions.EmbeddedBoxplot,DetailedTimeSeriesChart.DetailedTimeSeriesOptions,HistogramChart.HistogramOptions
- Enclosing class:
ChartOptions
public abstract static class ChartOptions.ZAxis<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C,O>>
extends ChartOptions.XYLabels<C,O>
Re-exposes
AbstractChartOptions.setYMin(BigDecimal), AbstractChartOptions.setYMax(BigDecimal),
AbstractChartOptions.setShowZAxis(Boolean), AbstractChartOptions.setZLabel(String),
AbstractChartOptions.setZMin(BigDecimal), AbstractChartOptions.setZMax(BigDecimal), and
AbstractChartOptions.setComparison(Boolean) as public, on top of everything
ChartOptions.XYLabels exposes; the tier extended by a concrete Options type with a Z axis or period
comparison but no X axis bounds, for example BoxplotChart.BoxplotOptions or
HistogramChart.HistogramOptions. A sibling of ChartOptions.XYMinMax, not a descendant of it: a
concrete Options type extends one or the other, not both.-
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 OsetComparison(Boolean comparison) Enables comparing this chart's data against a prior period.final OsetShowZAxis(Boolean showZAxis) Shows or hides the chart's secondary Z axis.final OsetYMax(BigDecimal yMax) Sets the Y axis' upper bound.final OsetYMin(BigDecimal yMin) Sets the Y axis' lower bound.final OSets the Z axis label.final OsetZMax(BigDecimal zMax) Sets the Z axis' upper bound.final OsetZMin(BigDecimal zMin) Sets the Z axis' lower bound.Methods 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, 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
-
ZAxis
-
-
Method Details
-
setYMin
Description copied from class:AbstractChartOptionsSets the Y axis' lower bound. Declaredprotectedhere; re-exposed aspublicindependently via bothChartOptions.XYMinMaxandChartOptions.ZAxis, since most chart types have a Y axis worth bounding regardless of which of those two tiers they otherwise build on.- Overrides:
setYMinin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
yMin- the lowest value to show on the Y axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setYMax
Description copied from class:AbstractChartOptionsSets the Y axis' upper bound. Declaredprotectedhere; re-exposed aspublicindependently via bothChartOptions.XYMinMaxandChartOptions.ZAxis, since most chart types have a Y axis worth bounding regardless of which of those two tiers they otherwise build on.- Overrides:
setYMaxin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
yMax- the highest value to show on the Y axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setShowZAxis
Description copied from class:AbstractChartOptionsShows or hides the chart's secondary Z axis. Declaredprotectedhere; re-exposed aspublicviaChartOptions.ZAxis(andChartOptions.EmbeddedBoxplot, which is built on top of it).- Overrides:
setShowZAxisin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
showZAxis-trueto show the Z axis;falseornullto hide it- Returns:
- this Options object, for chaining further configuration
-
setZLabel
Description copied from class:AbstractChartOptionsSets the Z axis label. Declaredprotectedhere; re-exposed aspublicviaChartOptions.ZAxis(andChartOptions.EmbeddedBoxplot, which is built on top of it).- Overrides:
setZLabelin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
zLabel- the label to display on the Z axis- Returns:
- this Options object, for chaining further configuration
-
setZMin
Description copied from class:AbstractChartOptionsSets the Z axis' lower bound. Declaredprotectedhere; re-exposed aspublicviaChartOptions.ZAxis(andChartOptions.EmbeddedBoxplot, which is built on top of it).- Overrides:
setZMinin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
zMin- the lowest value to show on the Z axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setZMax
Description copied from class:AbstractChartOptionsSets the Z axis' upper bound. Declaredprotectedhere; re-exposed aspublicviaChartOptions.ZAxis(andChartOptions.EmbeddedBoxplot, which is built on top of it).- Overrides:
setZMaxin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
zMax- the highest value to show on the Z axis- Returns:
- this Options object, for chaining further configuration
- See Also:
-
setComparison
Description copied from class:AbstractChartOptionsEnables comparing this chart's data against a prior period. Declaredprotectedhere; re-exposed aspublicviaChartOptions.ZAxis(andChartOptions.EmbeddedBoxplot, which is built on top of it).- Overrides:
setComparisonin classAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> - Parameters:
comparison-trueto enable period comparison;falseornullto disable it- Returns:
- this Options object, for chaining further configuration
- See Also:
-