aws-cdk-lib.aws_quicksight.CfnDashboard.ScatterPlotConfigurationProperty

interface ScatterPlotConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.ScatterPlotConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ScatterPlotConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.ScatterPlotConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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

NameTypeDescription
dataLabels?IResolvable | DataLabelOptionsPropertyThe options that determine if visual data labels are displayed.
fieldWells?IResolvable | ScatterPlotFieldWellsPropertyThe field wells of the visual.
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
tooltip?IResolvable | TooltipOptionsPropertyThe legend display setup of the visual.
visualPalette?IResolvable | VisualPalettePropertyThe palette (chart color) display setup of the visual.
xAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
xAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
yAxisDisplayOptions?IResolvable | AxisDisplayOptionsPropertyThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
yAxisLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.

dataLabels?

Type: IResolvable | DataLabelOptionsProperty (optional)

The options that determine if visual data labels are displayed.


fieldWells?

Type: IResolvable | ScatterPlotFieldWellsProperty (optional)

The field wells of the visual.


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The legend display setup of the visual.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The palette (chart color) display setup of the visual.


xAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.


xAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.


yAxisDisplayOptions?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.


yAxisLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.