Interface CfnTemplate.ComboChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ComboChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ComboChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
ComboChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.ComboChartConfigurationPropertystatic final classAn implementation forCfnTemplate.ComboChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine if visual data labels are displayed.default StringDetermines the bar arrangement in a combo chart.default ObjectThe category axis of a combo chart.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.default ObjectThe field wells of the visual.default ObjectThe legend display setup of the visual.default ObjectThe options that determine if visual data labels are displayed.default ObjectThe label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.default ObjectThe reference line setup of the visual.default ObjectThe label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.default ObjectThe label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.default Objectdefault ObjectThe sort configuration of aComboChartVisual.default ObjectThe legend display setup of the visual.default ObjectThe 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
-