interface BoxPlotStyleOptionsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.BoxPlotStyleOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotStyleOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.BoxPlotStyleOptionsProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » BoxPlotStyleOptionsProperty |
The style options of the box plot.
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 boxPlotStyleOptionsProperty: quicksight.CfnDashboard.BoxPlotStyleOptionsProperty = {
fillStyle: 'fillStyle',
};
Properties
Name | Type | Description |
---|---|---|
fill | string | The fill styles (solid, transparent) of the box plot. |
fillStyle?
Type:
string
(optional)
The fill styles (solid, transparent) of the box plot.