Interface CfnDashboard.ComboChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ComboChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ComboChartAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field wells of a combo chart.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ComboChartAggregatedFieldWellsProperty
static final class
An implementation forCfnDashboard.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
-