Class WaterfallChart.WaterfallSeries
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<C>
-
- AbstractChartSeries<C,S>
-
- ChartSeries.Basic<WaterfallChart,WaterfallChart.WaterfallSeries>
-
- WaterfallSeries
-
- Enclosing class:
- WaterfallChart
public static class WaterfallChart.WaterfallSeries extends ChartSeries.Basic<WaterfallChart,WaterfallChart.WaterfallSeries>
-
-
Field Summary
-
Fields inherited from class AbstractChartSeries
customersFilter, filters, productsFilter
-
-
Constructor Summary
Constructors Constructor Description WaterfallSeries(WaterfallChart backLink, String instanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaterfallChart.WaterfallSeries
addWaterfallColumn(WaterfallColumnType columnType, String source, String label)
WaterfallChart.Aggregation
getAggregation()
-
Methods inherited from class ChartSeries.Basic
setHideDataLabels
-
Methods inherited from class AbstractChartSeries
addCustomersFilter, addDimFilter, addFilters, addFilters, addProductsFilter, getFilters, getThis, invokeAddAdditionalMeasure, protectedSetAggrFieldAxisX, protectedSetAggrFieldAxisY, protectedSetAxisX, protectedSetAxisY, protectedSetNonAggrFieldAxisX, protectedSetNonAggrFieldAxisY, setAggregationBy, setBandBy, setBoxplotAxis, setComparisonDim, setCurrency, setDatamart, setFormula, setGeneratedQueryDto, setLabel, setLimitTo, setShowBandByLegend, setShowBoxplot, setType, setWhisker, withSortByAxisX, withSortByAxisY, withTrendLine
-
-
-
-
Constructor Detail
-
WaterfallSeries
public WaterfallSeries(WaterfallChart backLink, String instanceId)
-
-
Method Detail
-
getAggregation
public WaterfallChart.Aggregation getAggregation()
-
addWaterfallColumn
public WaterfallChart.WaterfallSeries addWaterfallColumn(WaterfallColumnType columnType, String source, String label)
-
-