Interface CfnDashboard.ScatterPlotCategoricallyAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ScatterPlotCategoricallyAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well of a scatter plot.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDashboard.ScatterPlotCategoricallyAggregatedFieldWellsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The category field well of a scatter plot.default Object
getLabel()
The label field well of a scatter plot.default Object
getSize()
The size field well of a scatter plot.default Object
getXAxis()
The x-axis field well of a scatter plot.default Object
getYAxis()
The y-axis field well of a scatter plot.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategory
The category field well of a scatter plot.- See Also:
-
getLabel
The label field well of a scatter plot.- See Also:
-
getSize
The size field well of a scatter plot.- See Also:
-
getXAxis
The x-axis field well of a scatter plot.The x-axis is aggregated by category.
- See Also:
-
getYAxis
The y-axis field well of a scatter plot.The y-axis is aggregated by category.
- See Also:
-
builder
@Stability(Stable) static CfnDashboard.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder builder()
-