public interface PieChartSettingsBuilder<T extends PieChartSettingsBuilder> extends XAxisChartSettingsBuilder<T>
DisplayerSettingsFactory.newPieChartSettings()
.title("By Product")
.column("Product")
.column("Total amount")
| Modifier and Type | Method and Description |
|---|---|
T |
subType_Donut()
Set this pie chart's subtype to a donut-like simple pie chart (i.e. a pie chart with a hole in its center)
|
T |
subType_Donut(String holeLabel)
Set this pie chart's subtype to a donut-like simple pie chart (i.e. a pie chart with a hole in its center)
and, in addition, with the label to assign inside the donut graph hole.
|
T |
subType_Pie_3d()
Set this pie chart's subtype to a 3D pie chart
|
T |
subType_Pie()
Set this pie chart's subtype to a simple pie chart
|
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_Pie()
T subType_Pie_3d()
T subType_Donut()
T subType_Donut(String holeLabel)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.