interface BoxPlotStyleOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.BoxPlotStyleOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_BoxPlotStyleOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.BoxPlotStyleOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.BoxPlotStyleOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const boxPlotStyleOptionsProperty: quicksight_mixins.CfnAnalysisPropsMixin.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.

.NET
Go
Java
Python
TypeScript