Interface CfnAnalysis.BoxPlotAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.BoxPlotAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.BoxPlotAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well for a box plot.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.BoxPlotAggregatedFieldWellsProperty
static final class
An implementation forCfnAnalysis.BoxPlotAggregatedFieldWellsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupBy
The group by field well of a box plot chart.Values are grouped based on group by fields.
- See Also:
-
getValues
The value field well of a box plot chart.Values are aggregated based on group by fields.
- See Also:
-
builder
-