| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
VisualPalette |
VisualPalette.clone() |
VisualPalette |
RadarChartConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
HistogramConfiguration.getVisualPalette()
The visual palette configuration of a histogram.
|
VisualPalette |
BoxPlotChartConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
ComboChartConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
ScatterPlotConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
FunnelChartConfiguration.getVisualPalette()
The visual palette configuration of a
FunnelChartVisual. |
VisualPalette |
GeospatialMapConfiguration.getVisualPalette() |
VisualPalette |
LineChartConfiguration.getVisualPalette()
The visual palette configuration of a line chart.
|
VisualPalette |
GaugeChartConfiguration.getVisualPalette()
The visual palette configuration of a
GaugeChartVisual. |
VisualPalette |
PieChartConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
BarChartConfiguration.getVisualPalette()
The palette (chart color) display setup of the visual.
|
VisualPalette |
WaterfallChartConfiguration.getVisualPalette()
The visual palette configuration of a waterfall visual.
|
VisualPalette |
VisualPalette.withChartColor(String chartColor)
The chart color options for the visual palette.
|
VisualPalette |
VisualPalette.withColorMap(Collection<DataPathColor> colorMap)
The color map options for the visual palette.
|
VisualPalette |
VisualPalette.withColorMap(DataPathColor... colorMap)
The color map options for the visual palette.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadarChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
HistogramConfiguration.setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
void |
BoxPlotChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
ComboChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
ScatterPlotConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
FunnelChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
FunnelChartVisual. |
void |
GeospatialMapConfiguration.setVisualPalette(VisualPalette visualPalette) |
void |
LineChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a line chart.
|
void |
GaugeChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
void |
PieChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
BarChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
void |
WaterfallChartConfiguration.setVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
RadarChartConfiguration |
RadarChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
HistogramConfiguration |
HistogramConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a histogram.
|
BoxPlotChartConfiguration |
BoxPlotChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
FunnelChartConfiguration |
FunnelChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
FunnelChartVisual. |
GeospatialMapConfiguration |
GeospatialMapConfiguration.withVisualPalette(VisualPalette visualPalette) |
LineChartConfiguration |
LineChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a line chart.
|
GaugeChartConfiguration |
GaugeChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a
GaugeChartVisual. |
PieChartConfiguration |
PieChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
BarChartConfiguration |
BarChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
WaterfallChartConfiguration |
WaterfallChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a waterfall visual.
|
Copyright © 2024. All rights reserved.