public interface MapChartSettingsBuilder<T extends MapChartSettingsBuilder> extends XAxisChartSettingsBuilder<T>
DisplayerSettingsFactory.newMapChartSettings() .title("By Country") .column("Country") .column("Total amount")
Modifier and Type | Method and Description |
---|---|
T |
subType_Marker_Map()
Set this map chart's subtype to a marker map chart (i.e. a Map chart that shows a magnitude indication for certain regions)
|
T |
subType_Region_Map()
Set this map chart's subtype to a region map chart (i.e. a Map chart that highlights certain regions)
|
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_Region_Map()
T subType_Marker_Map()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.