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_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, 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_Pie()
T subType_Pie_3d()
T subType_Donut()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.