Interface CfnAnalysisPropsMixin.IReferenceLineStyleConfigurationProperty
The style configuration of the reference line.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IReferenceLineStyleConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IReferenceLineStyleConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var referenceLineStyleConfigurationProperty = new ReferenceLineStyleConfigurationProperty {
Color = "color",
Pattern = "pattern"
};
Synopsis
Properties
| Color | The hex color of the reference line. |
| Pattern | The pattern type of the line style. Choose one of the following options:. |
Properties
Color
The hex color of the reference line.
string? Color { get; }
Property Value
Remarks
Pattern
The pattern type of the line style. Choose one of the following options:.
string? Pattern { get; }