public interface AreaChartSettingsBuilder<T extends AreaChartSettingsBuilder> extends XAxisChartSettingsBuilder<T>
DisplayerSettingsFactory.newAreaChartSettings()
.title("By Product")
.column("Product")
.column("Total amount")
| Modifier and Type | Method and Description |
|---|---|
T |
subType_Area()
Set this area chart's subtype to a simple area chart (i.e. normal non-stacked areas)
|
T |
subType_StackedArea()
Set this area chart's subtype to a stacked area chart (i.e. stacked areas)
|
xAxisAngle, xAxisTitle, yAxisTitleheight, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, widthbackgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuidT subType_Area()
T subType_StackedArea()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.