| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.builder() |
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The options that determine if visual data labels are displayed.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.dataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.fieldWells(Consumer<ScatterPlotFieldWells.Builder> fieldWells)
The field wells of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.fieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.legend(LegendOptions legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.toBuilder() |
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.tooltip(Consumer<TooltipOptions.Builder> tooltip)
The legend display setup of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.tooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.yAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.yAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.yAxisLabelOptions(ChartAxisLabelOptions yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
default ScatterPlotConfiguration.Builder |
ScatterPlotConfiguration.Builder.yAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> yAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScatterPlotConfiguration.Builder> |
ScatterPlotConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScatterPlotVisual.Builder |
ScatterPlotVisual.Builder.chartConfiguration(Consumer<ScatterPlotConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2023. All rights reserved.