interface BoxPlotStyleOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.BoxPlotStyleOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_BoxPlotStyleOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.BoxPlotStyleOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.BoxPlotStyleOptionsProperty |
TypeScript | aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
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.