Interface CfnAnalysis.ScatterPlotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ScatterPlotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ScatterPlotConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a scatter plot.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.ScatterPlotConfigurationProperty
static final class
An implementation forCfnAnalysis.ScatterPlotConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The options that determine if visual data labels are displayed.default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The legend display setup of the visual.default Object
The palette (chart color) display setup of the visual.default Object
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.default Object
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.default Object
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.default Object
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLabels
The options that determine if visual data labels are displayed.- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getTooltip
The legend display setup of the visual.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
getXAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.- See Also:
-
getXAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.- See Also:
-
getYAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.- See Also:
-
getYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.- See Also:
-
builder
-