Class AbstractChartMeasures<S extends AbstractChartSeries<?,​S>,​M extends AbstractChartMeasures<S,​M>>

    • Constructor Detail

      • AbstractChartMeasures

        public AbstractChartMeasures​(S backLink,
                                     String instanceId)
    • Method Detail

      • getThis

        protected M getThis()
      • setMeasure

        public final M setMeasure​(String measure)
      • withExpression

        public final Expression<M> withExpression()
      • withAggregation

        protected M withAggregation​(String aggregationFunction)
      • withFormula

        protected M withFormula()
      • withPercent

        protected M withPercent()
      • withPerUnit

        protected M withPerUnit()
      • withTotal

        protected M withTotal()
      • setType

        protected M setType​(SeriesType seriesType)
      • setOnZAxis

        protected M setOnZAxis​(Boolean onZAxis)
      • withBoxplotField

        protected M withBoxplotField()
      • withBoxplotExpression

        protected Expression<M> withBoxplotExpression()