Interface CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 classA builder forCfnAnalysis.ScatterPlotUnaggregatedFieldWellsPropertystatic final classAn implementation forCfnAnalysis.ScatterPlotUnaggregatedFieldWellsProperty -
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 a dimension field and cannot be aggregated.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- See Also:
-
getYAxis
The y-axis field well of a scatter plot.The y-axis is a dimension field and cannot be aggregated.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.DimensionFieldProperty>- See Also:
-
builder
-