Interface CfnAnalysis.ComboChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ComboChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ComboChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
ComboChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.ComboChartConfigurationProperty
static final class
An implementation forCfnAnalysis.ComboChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The options that determine if visual data labels are displayed.default String
Determines the bar arrangement in a combo chart.default Object
The category axis of a combo chart.default Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.default Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The options that determine if visual data labels are displayed.default Object
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.default Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.default Object
The reference line setup of the visual.default Object
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.default Object
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.default Object
default Object
The sort configuration of aComboChartVisual
.default Object
The legend display setup of the visual.default Object
The palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarDataLabels
The options that determine if visual data labels are displayed.The data label options for a bar in a combo chart.
- See Also:
-
getBarsArrangement
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.
- See Also:
-
getCategoryAxis
The category axis of a combo chart.- See Also:
-
getCategoryLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.- See Also:
-
getColorLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getLineDataLabels
The options that determine if visual data labels are displayed.The data label options for a line in a combo chart.
- See Also:
-
getPrimaryYAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.- See Also:
-
getPrimaryYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.- See Also:
-
getReferenceLines
The reference line setup of the visual.- See Also:
-
getSecondaryYAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.- See Also:
-
getSecondaryYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.- See Also:
-
getSingleAxisOptions
- See Also:
-
getSortConfiguration
The sort configuration of aComboChartVisual
.- See Also:
-
getTooltip
The legend display setup of the visual.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
builder
-