aws-cdk-lib.aws_quicksight.CfnAnalysis.BoxPlotStyleOptionsProperty

interface BoxPlotStyleOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.BoxPlotStyleOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_BoxPlotStyleOptionsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.BoxPlotStyleOptionsProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.BoxPlotStyleOptionsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.BoxPlotStyleOptionsProperty = {
  fillStyle: 'fillStyle',
};

Properties

NameTypeDescription
fillStyle?stringThe fill styles (solid, transparent) of the box plot.

fillStyle?

Type: string (optional)

The fill styles (solid, transparent) of the box plot.