Interface CfnDashboard.ScatterPlotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ScatterPlotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
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.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboard.ScatterPlotFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a scatter plot.Returns union: either
IResolvableorCfnDashboard.ScatterPlotSortConfigurationProperty- See Also:
-
getTooltip
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnDashboard.VisualPaletteProperty- See Also:
-
getXAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.Returns union: either
IResolvableorCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getXAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getYAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.Returns union: either
IResolvableorCfnDashboard.AxisDisplayOptionsProperty- See Also:
-
getYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
builder
-