Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ScatterPlotConfiguration |
ScatterPlotConfiguration.clone() |
ScatterPlotConfiguration |
ScatterPlotVisual.getChartConfiguration()
The configuration settings of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withDataLabels(DataLabelOptions dataLabels)
The options that determine if visual data labels are displayed.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withFieldWells(ScatterPlotFieldWells fieldWells)
The field wells of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withYAxisDisplayOptions(AxisDisplayOptions yAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ScatterPlotConfiguration |
ScatterPlotConfiguration.withYAxisLabelOptions(ChartAxisLabelOptions 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 |
---|---|
void |
ScatterPlotVisual.setChartConfiguration(ScatterPlotConfiguration chartConfiguration)
The configuration settings of the visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withChartConfiguration(ScatterPlotConfiguration chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2023. All rights reserved.