public interface BarChartSettingsBuilder<T extends BarChartSettingsBuilder> extends XAxisChartSettingsBuilder<T>
DisplayerSettingsFactory.newBarChartSettings() .title("By Product") .column("Product") .column("Total amount") .buildSettings()
Modifier and Type | Method and Description |
---|---|
T |
set3d(boolean b) |
T |
subType_Bar()
Set this bar chart's subtype to a simple bar chart (i.e. horizontal non-stacked bars)
|
T |
subType_Column()
Set this bar chart's subtype to a simple column chart (i.e. vertical non-stacked bars)
|
T |
subType_StackedBar()
Set this bar chart's subtype to a stacked bar chart (i.e. horizontal stacked bars)
|
T |
subType_StackedColumn()
Set this bar chart's subtype to a stacked column chart (i.e. vertical stacked bars)
|
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 set3d(boolean b)
b
- True if the bars of this bar chart are to be shown in 3D, false if they are to be shown flat.T subType_Bar()
T subType_StackedBar()
T subType_Column()
T subType_StackedColumn()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.