interface ScatterPlotConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.ScatterPlotConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_ScatterPlotConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.ScatterPlotConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.ScatterPlotConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » 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. |
legend? | IResolvable | Legend | The legend display setup of the visual. |
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.
legend?
Type:
IResolvable
|
Legend
(optional)
The legend display setup of the visual.
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.