Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinestyleconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinestyleconfiguration.html#cfn-quicksight-analysis-referencelinestyleconfiguration-color

Pattern

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

string? Pattern { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-referencelinestyleconfiguration.html#cfn-quicksight-analysis-referencelinestyleconfiguration-pattern

    Back to top Generated by DocFX