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