public static class WaterfallChart.WaterfallSeries extends AbstractSeries<WaterfallChart,WaterfallChart.WaterfallSeries>
Constructor and Description |
---|
WaterfallSeries(WaterfallChart backLink,
String instanceId,
String classId,
IdGenerator idGenerator,
Invocations<MethodInvocation> invocations) |
Modifier and Type | Method and Description |
---|---|
WaterfallChart.WaterfallSeries |
addWaterfallColumn(WaterfallColumnType columnType,
String source,
String label) |
WaterfallChart.Aggregation<WaterfallChart.WaterfallSeries> |
getAggregation() |
Formula<WaterfallChart.WaterfallSeries> |
setFormula() |
WaterfallChart.WaterfallSeries |
setGeneratedQueryDto(String generatedQueryDto) |
WaterfallChart.WaterfallSeries |
setHideDataLabels(Boolean hideDataLabels) |
public WaterfallSeries(WaterfallChart backLink, String instanceId, String classId, IdGenerator idGenerator, Invocations<MethodInvocation> invocations)
public WaterfallChart.WaterfallSeries setHideDataLabels(Boolean hideDataLabels)
public WaterfallChart.Aggregation<WaterfallChart.WaterfallSeries> getAggregation()
public WaterfallChart.WaterfallSeries addWaterfallColumn(WaterfallColumnType columnType, String source, String label)
public Formula<WaterfallChart.WaterfallSeries> setFormula()
public WaterfallChart.WaterfallSeries setGeneratedQueryDto(String generatedQueryDto)
Copyright © 2017. All rights reserved.