Interface CfnTemplate.ScatterPlotFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ScatterPlotFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ScatterPlotFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The field well configuration of a scatter plot.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ScatterPlotFieldWellsProperty
static final class
An implementation forCfnTemplate.ScatterPlotFieldWellsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScatterPlotCategoricallyAggregatedFieldWells
The aggregated field wells of a scatter plot.The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
- See Also:
-
getScatterPlotUnaggregatedFieldWells
The unaggregated field wells of a scatter plot.The x and y-axes of these scatter plots are unaggregated.
- See Also:
-
builder
-