Class BoxplotChart.BoxplotAdditionalMeasure
Object
ObjectIdentity
BacklinkBuilder<BoxplotChart.BoxplotSeries>
AbstractChartMeasures<BoxplotChart.BoxplotSeries,BoxplotChart.BoxplotAdditionalMeasure>
BoxplotAdditionalMeasure
- Enclosing class:
BoxplotChart
public static class BoxplotChart.BoxplotAdditionalMeasure
extends AbstractChartMeasures<BoxplotChart.BoxplotSeries,BoxplotChart.BoxplotAdditionalMeasure>
A further measure on a
BoxplotChart.BoxplotSeries beyond its primary Y axis Box Plot expression, obtained from
BoxplotChart.BoxplotSeries.addAdditionalMeasure() 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
ConstructorsConstructorDescriptionBoxplotAdditionalMeasure(BoxplotChart.BoxplotSeries backLink, String instanceId) -
Method Summary
Modifier and TypeMethodDescriptionsetOnZAxis(Boolean onZAxis) Plots this additional measure on the chart's secondary Z axis instead of alongside the series' primary measure.Marks this additional measure as computed from the plain field previously set viaAbstractChartMeasures.setMeasure(String), as opposed to a Datamart Expression set viaAbstractChartMeasures.withExpression().Methods inherited from class AbstractChartMeasures
getThis, setId, setLabel, setMeasure, setType, withAggregation, withAggregation, withAverage, withBoxplotExpression, withBoxplotField, withExpression, withFormula, withPercent, withPerUnit, withTotalMethods inherited from class BacklinkBuilder
back, getParentMethods inherited from class ObjectIdentity
addInvocation, addInvocation, addInvocationInternal, getClassId
-
Constructor Details
-
BoxplotAdditionalMeasure
-
-
Method Details
-
setOnZAxis
Description copied from class:AbstractChartMeasuresPlots this additional measure on the chart's secondary Z axis instead of alongside the series' primary measure. Declaredprotectedhere; a concrete additional-measure type re-exposes it aspublicviaChartMeasures.Type(or a subclass of it), or overrides it directly asBoxplotChart.BoxplotAdditionalMeasuredoes.- Overrides:
setOnZAxisin classAbstractChartMeasures<BoxplotChart.BoxplotSeries,BoxplotChart.BoxplotAdditionalMeasure> - Parameters:
onZAxis-trueto plot this measure on the Z axis;falseornullto plot it alongside the primary measure- Returns:
- this additional measure, for chaining further configuration
-
withField
Marks this additional measure as computed from the plain field previously set viaAbstractChartMeasures.setMeasure(String), as opposed to a Datamart Expression set viaAbstractChartMeasures.withExpression().- Returns:
- this additional measure, for chaining further configuration
- See Also:
-