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