aws-cdk-lib.aws_quicksight.CfnDashboard.ReferenceLineStyleConfigurationProperty

interface ReferenceLineStyleConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.ReferenceLineStyleConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ReferenceLineStyleConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineStyleConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.ReferenceLineStyleConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » ReferenceLineStyleConfigurationProperty

The style configuration of the reference line.

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 referenceLineStyleConfigurationProperty: quicksight.CfnDashboard.ReferenceLineStyleConfigurationProperty = {
  color: 'color',
  pattern: 'pattern',
};

Properties

NameTypeDescription
color?stringThe hex color of the reference line.
pattern?stringThe pattern type of the line style. Choose one of the following options:.

color?

Type: string (optional)

The hex color of the reference line.


pattern?

Type: string (optional)

The pattern type of the line style. Choose one of the following options:.

  • SOLID
  • DASHED
  • DOTTED