Interface CfnTemplate.LineChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.LineChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.LineChartAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The field well configuration of a line chart.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.LineChartAggregatedFieldWellsPropertystatic final classAn implementation forCfnTemplate.LineChartAggregatedFieldWellsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategory
The category field wells of a line chart.Values are grouped by category fields.
- See Also:
-
getColors
The color field wells of a line chart.Values are grouped by category fields.
- See Also:
-
getSmallMultiples
The small multiples field well of a line chart.- See Also:
-
getValues
The value field wells of a line chart.Values are aggregated based on categories.
- See Also:
-
builder
-