This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Dashboard ScatterPlotConfiguration
The configuration of a scatter plot.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DataLabels" :DataLabelOptions, "FieldWells" :ScatterPlotFieldWells, "Interactions" :VisualInteractionOptions, "Legend" :LegendOptions, "SortConfiguration" :ScatterPlotSortConfiguration, "Tooltip" :TooltipOptions, "VisualPalette" :VisualPalette, "XAxisDisplayOptions" :AxisDisplayOptions, "XAxisLabelOptions" :ChartAxisLabelOptions, "YAxisDisplayOptions" :AxisDisplayOptions, "YAxisLabelOptions" :ChartAxisLabelOptions}
YAML
DataLabels:DataLabelOptionsFieldWells:ScatterPlotFieldWellsInteractions:VisualInteractionOptionsLegend:LegendOptionsSortConfiguration:ScatterPlotSortConfigurationTooltip:TooltipOptionsVisualPalette:VisualPaletteXAxisDisplayOptions:AxisDisplayOptionsXAxisLabelOptions:ChartAxisLabelOptionsYAxisDisplayOptions:AxisDisplayOptionsYAxisLabelOptions:ChartAxisLabelOptions
Properties
- DataLabels
- 
                    The options that determine if visual data labels are displayed. Required: No Type: DataLabelOptions Update requires: No interruption 
- FieldWells
- 
                    The field wells of the visual. Required: No Type: ScatterPlotFieldWells Update requires: No interruption 
- Interactions
- 
                    The general visual interactions setup for a visual. Required: No Type: VisualInteractionOptions Update requires: No interruption 
- Legend
- 
                    The legend display setup of the visual. Required: No Type: LegendOptions Update requires: No interruption 
- SortConfiguration
- 
                    The sort configuration of a scatter plot. Required: No Type: ScatterPlotSortConfiguration Update requires: No interruption 
- Tooltip
- 
                    The legend display setup of the visual. Required: No Type: TooltipOptions Update requires: No interruption 
- VisualPalette
- 
                    The palette (chart color) display setup of the visual. Required: No Type: VisualPalette Update requires: No interruption 
- XAxisDisplayOptions
- 
                    The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- XAxisLabelOptions
- 
                    The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis. Required: No Type: ChartAxisLabelOptions Update requires: No interruption 
- YAxisDisplayOptions
- 
                    The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis. Required: No Type: AxisDisplayOptions Update requires: No interruption 
- YAxisLabelOptions
- 
                    The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis. Required: No Type: ChartAxisLabelOptions Update requires: No interruption