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, yAxisTitle
height, legendOff, legendOn, legendOn, margins, resizableOff, resizableOn, width
backgroundColor, buildSettings, dataset, expression, expression, filterOff, filterOn, format, format, format, htmlTemplate, jsTemplate, refreshOff, refreshOn, refreshOn, renderer, subtype, title, titleVisible, uuid
T subType_Area()
T subType_StackedArea()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.