public interface LineChartSettingsBuilder<T extends LineChartSettingsBuilder> extends XAxisChartSettingsBuilder<T>
DisplayerSettingsFactory.newLineChartSettings()
.title("By Product")
.column("Product")
.column("Total amount")
| Modifier and Type | Method and Description |
|---|---|
T |
subType_Line()
Set this line chart's subtype to a simple line chart
|
T |
subType_SmoothLine()
Set this line chart's subtype to a smooth line chart (i.e. a line chart without sharp edges)
|
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_Line()
T subType_SmoothLine()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.