Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
HeatMapConfiguration |
HeatMapConfiguration.clone() |
HeatMapConfiguration |
HeatMapVisual.getChartConfiguration()
The configuration of a heat map.
|
HeatMapConfiguration |
HeatMapConfiguration.withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) in a heat map.
|
HeatMapConfiguration |
HeatMapConfiguration.withColumnLabelOptions(ChartAxisLabelOptions columnLabelOptions)
The label options of the column that is displayed in a heat map.
|
HeatMapConfiguration |
HeatMapConfiguration.withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
HeatMapConfiguration |
HeatMapConfiguration.withFieldWells(HeatMapFieldWells fieldWells)
The field wells of the visual.
|
HeatMapConfiguration |
HeatMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
HeatMapConfiguration |
HeatMapConfiguration.withRowLabelOptions(ChartAxisLabelOptions rowLabelOptions)
The label options of the row that is displayed in a
heat map . |
HeatMapConfiguration |
HeatMapConfiguration.withSortConfiguration(HeatMapSortConfiguration sortConfiguration)
The sort configuration of a heat map.
|
HeatMapConfiguration |
HeatMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
Modifier and Type | Method and Description |
---|---|
void |
HeatMapVisual.setChartConfiguration(HeatMapConfiguration chartConfiguration)
The configuration of a heat map.
|
HeatMapVisual |
HeatMapVisual.withChartConfiguration(HeatMapConfiguration chartConfiguration)
The configuration of a heat map.
|
Copyright © 2023. All rights reserved.