Interface CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 classstatic final classAn implementation forCfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe category field well of a scatter plot.default ObjectgetLabel()The label field well of a scatter plot.default ObjectgetSize()The size field well of a scatter plot.default ObjectgetXAxis()The x-axis field well of a scatter plot.default ObjectgetYAxis()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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- See Also:
-
getLabel
The label field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- See Also:
-
getSize
The size field well of a scatter plot.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.MeasureFieldProperty>- See Also:
-
getXAxis
The x-axis field well of a scatter plot.The x-axis is aggregated by category.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.MeasureFieldProperty>- See Also:
-
getYAxis
The y-axis field well of a scatter plot.The y-axis is aggregated by category.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.MeasureFieldProperty>- See Also:
-
builder
@Stability(Stable) static CfnAnalysis.ScatterPlotCategoricallyAggregatedFieldWellsProperty.Builder builder()
-