ComboChartConfiguration
The configuration of a ComboChartVisual
.
Contents
Note
In the following list, the required parameters are described first.
- BarDataLabels
-
The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
Type: DataLabelOptions object
Required: No
- BarsArrangement
-
Determines the bar arrangement in a combo chart. The following are valid values in this structure:
-
CLUSTERED
: For clustered bar combo charts. -
STACKED
: For stacked bar combo charts. -
STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
Type: String
Valid Values:
CLUSTERED | STACKED | STACKED_PERCENT
Required: No
-
- CategoryAxis
-
The category axis of a combo chart.
Type: AxisDisplayOptions object
Required: No
- CategoryLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
Type: ChartAxisLabelOptions object
Required: No
- ColorLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
Type: ChartAxisLabelOptions object
Required: No
- FieldWells
-
The field wells of the visual.
Type: ComboChartFieldWells object
Required: No
- Interactions
-
The general visual interactions setup for a visual.
Type: VisualInteractionOptions object
Required: No
- Legend
-
The legend display setup of the visual.
Type: LegendOptions object
Required: No
- LineDataLabels
-
The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
Type: DataLabelOptions object
Required: No
- PrimaryYAxisDisplayOptions
-
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
Type: AxisDisplayOptions object
Required: No
- PrimaryYAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
Type: ChartAxisLabelOptions object
Required: No
- ReferenceLines
-
The reference line setup of the visual.
Type: Array of ReferenceLine objects
Array Members: Maximum number of 20 items.
Required: No
- SecondaryYAxisDisplayOptions
-
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
Type: AxisDisplayOptions object
Required: No
- SecondaryYAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
Type: ChartAxisLabelOptions object
Required: No
- SingleAxisOptions
-
The settings of a chart's single axis configuration.
Type: SingleAxisOptions object
Required: No
- SortConfiguration
-
The sort configuration of a
ComboChartVisual
.Type: ComboChartSortConfiguration object
Required: No
- Tooltip
-
The legend display setup of the visual.
Type: TooltipOptions object
Required: No
- VisualPalette
-
The palette (chart color) display setup of the visual.
Type: VisualPalette object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: