interface BoxPlotOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.BoxPlotOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.BoxPlotOptionsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » BoxPlotOptionsProperty |
The options of a box plot visual.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const boxPlotOptionsProperty: quicksight.CfnDashboard.BoxPlotOptionsProperty = {
allDataPointsVisibility: 'allDataPointsVisibility',
outlierVisibility: 'outlierVisibility',
styleOptions: {
fillStyle: 'fillStyle',
},
};
Properties
Name | Type | Description |
---|---|---|
all | string | Determines the visibility of all data points of the box plot. |
outlier | string | Determines the visibility of the outlier in a box plot. |
style | IResolvable | Box | The style options of the box plot. |
allDataPointsVisibility?
Type:
string
(optional)
Determines the visibility of all data points of the box plot.
outlierVisibility?
Type:
string
(optional)
Determines the visibility of the outlier in a box plot.
styleOptions?
Type:
IResolvable
|
Box
(optional)
The style options of the box plot.