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, 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_Line()
T subType_SmoothLine()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.