Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TreeMapConfiguration |
TreeMapConfiguration.clone() |
TreeMapConfiguration |
TreeMapVisual.getChartConfiguration()
The configuration settings of the visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility) for the colors displayed in a tree map.
|
TreeMapConfiguration |
TreeMapConfiguration.withColorScale(ColorScale colorScale)
The color options (gradient color, point of divergence) of a tree map.
|
TreeMapConfiguration |
TreeMapConfiguration.withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
TreeMapConfiguration |
TreeMapConfiguration.withFieldWells(TreeMapFieldWells fieldWells)
The field wells of the visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withGroupLabelOptions(ChartAxisLabelOptions groupLabelOptions)
The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
TreeMapConfiguration |
TreeMapConfiguration.withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withSizeLabelOptions(ChartAxisLabelOptions sizeLabelOptions)
The label options (label text, label visibility) of the sizes that are displayed in a tree map.
|
TreeMapConfiguration |
TreeMapConfiguration.withSortConfiguration(TreeMapSortConfiguration sortConfiguration)
The sort configuration of a tree map.
|
TreeMapConfiguration |
TreeMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeMapVisual.setChartConfiguration(TreeMapConfiguration chartConfiguration)
The configuration settings of the visual.
|
TreeMapVisual |
TreeMapVisual.withChartConfiguration(TreeMapConfiguration chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2024. All rights reserved.