Interface CfnAnalysis.ComboChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ComboChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ComboChartAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field wells of a combo chart.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.ComboChartAggregatedFieldWellsProperty
static final class
An implementation forCfnAnalysis.ComboChartAggregatedFieldWellsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The aggregatedBarValues
field well of a combo chart.default Object
The aggregated category field wells of a combo chart.default Object
The aggregated colors field well of a combo chart.default Object
The aggregatedLineValues
field well of a combo chart.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarValues
The aggregatedBarValues
field well of a combo chart.- See Also:
-
getCategory
The aggregated category field wells of a combo chart.- See Also:
-
getColors
The aggregated colors field well of a combo chart.- See Also:
-
getLineValues
The aggregatedLineValues
field well of a combo chart.- See Also:
-
builder
-