Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
HistogramVisual |
HistogramVisual.clone() |
HistogramVisual |
Visual.getHistogramVisual()
A histogram.
|
HistogramVisual |
HistogramVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
HistogramVisual |
HistogramVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
HistogramVisual |
HistogramVisual.withChartConfiguration(HistogramConfiguration chartConfiguration)
The configuration for a
HistogramVisual . |
HistogramVisual |
HistogramVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
HistogramVisual |
HistogramVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
HistogramVisual |
HistogramVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setHistogramVisual(HistogramVisual histogramVisual)
A histogram.
|
Visual |
Visual.withHistogramVisual(HistogramVisual histogramVisual)
A histogram.
|
Copyright © 2023. All rights reserved.