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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.ComboChartAggregatedFieldWellsPropertystatic final classAn implementation forCfnDashboard.ComboChartAggregatedFieldWellsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe aggregatedBarValuesfield well of a combo chart.default ObjectThe aggregated category field wells of a combo chart.default ObjectThe aggregated colors field well of a combo chart.default ObjectThe aggregatedLineValuesfield well of a combo chart.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBarValues
The aggregatedBarValuesfield 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 aggregatedLineValuesfield well of a combo chart.- See Also:
-
builder
-