interface ScatterPlotConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ScatterPlotConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ScatterPlotConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ScatterPlotConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ScatterPlotConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » ScatterPlotConfigurationProperty |
The configuration of a scatter plot.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| data | IResolvable | Data | The options that determine if visual data labels are displayed. |
| field | IResolvable | Scatter | The field wells of the visual. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
| legend? | IResolvable | Legend | The legend display setup of the visual. |
| sort | IResolvable | Scatter | The sort configuration of a scatter plot. |
| tooltip? | IResolvable | Tooltip | The legend display setup of the visual. |
| visual | IResolvable | Visual | The palette (chart color) display setup of the visual. |
| x | IResolvable | Axis | The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis. |
| x | IResolvable | Chart | The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis. |
| y | IResolvable | Axis | The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis. |
| y | IResolvable | Chart | The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis. |
dataLabels?
Type:
IResolvable | Data
(optional)
The options that determine if visual data labels are displayed.
fieldWells?
Type:
IResolvable | Scatter
(optional)
The field wells of the visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.
legend?
Type:
IResolvable | Legend
(optional)
The legend display setup of the visual.
sortConfiguration?
Type:
IResolvable | Scatter
(optional)
The sort configuration of a scatter plot.
tooltip?
Type:
IResolvable | Tooltip
(optional)
The legend display setup of the visual.
visualPalette?
Type:
IResolvable | Visual
(optional)
The palette (chart color) display setup of the visual.
xAxisDisplayOptions?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
xAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
yAxisDisplayOptions?
Type:
IResolvable | Axis
(optional)
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
yAxisLabelOptions?
Type:
IResolvable | Chart
(optional)
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

.NET
Go
Java
Python
TypeScript