Interface CfnDashboard.ScatterPlotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ScatterPlotConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a scatter plot.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.ScatterPlotConfigurationPropertystatic final classAn implementation forCfnDashboard.ScatterPlotConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine if visual data labels are displayed.default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe sort configuration of a scatter plot.default ObjectThe legend display setup of the visual.default ObjectThe palette (chart color) display setup of the visual.default ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.default ObjectThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.default ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.default ObjectThe 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:
-
getInteractions
The general visual interactions setup for a visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getSortConfiguration
The sort configuration of a scatter plot.- 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
-