Class ChartMeasures

Object
ChartMeasures

public class ChartMeasures extends Object
Namespace holding the three intermediate tiers that select which of AbstractChartMeasures' optional methods a concrete additional-measure type re-exposes as public: ChartMeasures.Basic (aggregation formula selection), ChartMeasures.Type (adds per-measure rendering type and Z axis placement, extends Basic), and ChartMeasures.EmbeddedBoxplot (adds embedded boxplot overlay support, extends Type). Not instantiated; a concrete additional-measure type extends whichever tier matches the options it supports, for example ScatterChart.ScatterAdditionalMeasure extends Basic and BarLineChart.BarLineAdditionalMeasure extends EmbeddedBoxplot. Not every chart type extends one of these tiers at all: BoxplotChart.BoxplotAdditionalMeasure extends AbstractChartMeasures directly.
See Also: