interface ScatterPlotSortConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.ScatterPlotSortConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ScatterPlotSortConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.ScatterPlotSortConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.ScatterPlotSortConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » ScatterPlotSortConfigurationProperty |
The sort configuration of a scatter plot.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const scatterPlotSortConfigurationProperty: quicksight.CfnDashboard.ScatterPlotSortConfigurationProperty = {
scatterPlotLimitConfiguration: {
itemsLimit: 123,
otherCategories: 'otherCategories',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| scatter | IResolvable | Items |
scatterPlotLimitConfiguration?
Type:
IResolvable | Items
(optional)

.NET
Go
Java
Python
TypeScript