| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TooltipOptions |
TooltipOptions.clone() |
TooltipOptions |
HistogramConfiguration.getTooltip()
The tooltip configuration of a histogram.
|
TooltipOptions |
ComboChartConfiguration.getTooltip()
The legend display setup of the visual.
|
TooltipOptions |
ScatterPlotConfiguration.getTooltip()
The legend display setup of the visual.
|
TooltipOptions |
FunnelChartConfiguration.getTooltip()
The tooltip configuration of a
FunnelChartVisual. |
TooltipOptions |
FilledMapConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
PieChartConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
BarChartConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
LineChartConfiguration.getTooltip()
The tooltip configuration of a line chart.
|
TooltipOptions |
GeospatialMapConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
TreeMapConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
BoxPlotChartConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
HeatMapConfiguration.getTooltip()
The tooltip display setup of the visual.
|
TooltipOptions |
GaugeChartConfiguration.getTooltipOptions()
The tooltip configuration of a
GaugeChartVisual. |
TooltipOptions |
TooltipOptions.withFieldBasedTooltip(FieldBasedTooltip fieldBasedTooltip)
The setup for the detailed tooltip.
|
TooltipOptions |
TooltipOptions.withSelectedTooltipType(SelectedTooltipType selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions |
TooltipOptions.withSelectedTooltipType(String selectedTooltipType)
The selected type for the tooltip.
|
TooltipOptions |
TooltipOptions.withTooltipVisibility(String tooltipVisibility)
Determines whether or not the tooltip is visible.
|
TooltipOptions |
TooltipOptions.withTooltipVisibility(Visibility tooltipVisibility)
Determines whether or not the tooltip is visible.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HistogramConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
void |
ComboChartConfiguration.setTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
void |
ScatterPlotConfiguration.setTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
void |
FunnelChartConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip configuration of a
FunnelChartVisual. |
void |
FilledMapConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
PieChartConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
BarChartConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
LineChartConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip configuration of a line chart.
|
void |
GeospatialMapConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
TreeMapConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
BoxPlotChartConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
HeatMapConfiguration.setTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
void |
GaugeChartConfiguration.setTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
HistogramConfiguration |
HistogramConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip configuration of a histogram.
|
ComboChartConfiguration |
ComboChartConfiguration.withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
FunnelChartConfiguration |
FunnelChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip configuration of a
FunnelChartVisual. |
FilledMapConfiguration |
FilledMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
PieChartConfiguration |
PieChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
BarChartConfiguration |
BarChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
LineChartConfiguration |
LineChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip configuration of a line chart.
|
GeospatialMapConfiguration |
GeospatialMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
TreeMapConfiguration |
TreeMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
HeatMapConfiguration |
HeatMapConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
|
GaugeChartConfiguration |
GaugeChartConfiguration.withTooltipOptions(TooltipOptions tooltipOptions)
The tooltip configuration of a
GaugeChartVisual. |
Copyright © 2024. All rights reserved.