public abstract static class ChartMeasures.Basic<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>> extends AbstractChartMeasures<S,M>
| Modifier and Type | Method and Description |
|---|---|
M |
withAggregation(AggregationFormula aggregationFunction) |
M |
withAggregation(String aggregationFunction) |
M |
withFormula() |
M |
withPercent() |
M |
withPerUnit() |
M |
withTotal() |
getThis, setMeasure, setOnZAxis, setType, withBoxplotExpression, withBoxplotField, withExpressionpublic final M withAggregation(String aggregationFunction)
withAggregation in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>aggregationFunction - String representation of an AggregationFormula constantpublic final M withAggregation(AggregationFormula aggregationFunction)
withAggregation in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>public final M withFormula()
withFormula in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>public final M withPercent()
withPercent in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>public final M withPerUnit()
withPerUnit in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>public final M withTotal()
withTotal in class AbstractChartMeasures<S extends AbstractChartSeries<?,S>,M extends ChartMeasures.Basic<S,M>>Copyright © 2019. All rights reserved.