Interface CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The unaggregated field wells of a scatter plot.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
static final class
An implementation forCfnDashboard.ScatterPlotUnaggregatedFieldWellsProperty
-
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 a dimension field and cannot be aggregated.
- See Also:
-
getYAxis
The y-axis field well of a scatter plot.The y-axis is a dimension field and cannot be aggregated.
- See Also:
-
builder
-