Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ScatterPlotVisual |
ScatterPlotVisual.clone() |
ScatterPlotVisual |
Visual.getScatterPlotVisual()
A scatter plot.
|
ScatterPlotVisual |
ScatterPlotVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withChartConfiguration(ScatterPlotConfiguration chartConfiguration)
The configuration settings of the visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withColumnHierarchies(Collection<ColumnHierarchy> columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
ScatterPlotVisual |
ScatterPlotVisual.withColumnHierarchies(ColumnHierarchy... columnHierarchies)
The column hierarchy that is used during drill-downs and drill-ups.
|
ScatterPlotVisual |
ScatterPlotVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
ScatterPlotVisual |
ScatterPlotVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
|
Visual |
Visual.withScatterPlotVisual(ScatterPlotVisual scatterPlotVisual)
A scatter plot.
|
Copyright © 2023. All rights reserved.