interface ReferenceLineStyleConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ReferenceLineStyleConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ReferenceLineStyleConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineStyleConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ReferenceLineStyleConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const referenceLineStyleConfigurationProperty: quicksight_mixins.CfnAnalysisPropsMixin.ReferenceLineStyleConfigurationProperty = {
color: 'color',
pattern: 'pattern',
};
Properties
| Name | Type | Description |
|---|---|---|
| color? | string | The hex color of the reference line. |
| pattern? | string | The 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:.
SOLIDDASHEDDOTTED

.NET
Go
Java
Python
TypeScript