| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ComboChartConfiguration |
ComboChartConfiguration.clone() |
ComboChartConfiguration |
ComboChartVisual.getChartConfiguration()
The configuration settings of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withBarDataLabels(DataLabelOptions barDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration |
ComboChartConfiguration.withBarsArrangement(BarsArrangement barsArrangement)
Determines the bar arrangement in a combo chart.
|
ComboChartConfiguration |
ComboChartConfiguration.withBarsArrangement(String barsArrangement)
Determines the bar arrangement in a combo chart.
|
ComboChartConfiguration |
ComboChartConfiguration.withCategoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a combo chart.
|
ComboChartConfiguration |
ComboChartConfiguration.withCategoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart category
(group/color) field well.
|
ComboChartConfiguration |
ComboChartConfiguration.withColorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
|
ComboChartConfiguration |
ComboChartConfiguration.withFieldWells(ComboChartFieldWells fieldWells)
The field wells of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withInteractions(VisualInteractionOptions interactions)
The general visual interactions setup for a visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withLegend(LegendOptions legend)
The legend display setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withLineDataLabels(DataLabelOptions lineDataLabels)
The options that determine if visual data labels are displayed.
|
ComboChartConfiguration |
ComboChartConfiguration.withPrimaryYAxisDisplayOptions(AxisDisplayOptions primaryYAxisDisplayOptions)
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field
well.
|
ComboChartConfiguration |
ComboChartConfiguration.withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis
(bar) field well.
|
ComboChartConfiguration |
ComboChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference line setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withSecondaryYAxisDisplayOptions(AxisDisplayOptions secondaryYAxisDisplayOptions)
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field
well.
|
ComboChartConfiguration |
ComboChartConfiguration.withSecondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary
y-axis(line) field well.
|
ComboChartConfiguration |
ComboChartConfiguration.withSingleAxisOptions(SingleAxisOptions singleAxisOptions) |
ComboChartConfiguration |
ComboChartConfiguration.withSortConfiguration(ComboChartSortConfiguration sortConfiguration)
The sort configuration of a
ComboChartVisual. |
ComboChartConfiguration |
ComboChartConfiguration.withTooltip(TooltipOptions tooltip)
The legend display setup of the visual.
|
ComboChartConfiguration |
ComboChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboChartVisual.setChartConfiguration(ComboChartConfiguration chartConfiguration)
The configuration settings of the visual.
|
ComboChartVisual |
ComboChartVisual.withChartConfiguration(ComboChartConfiguration chartConfiguration)
The configuration settings of the visual.
|
Copyright © 2024. All rights reserved.