Show / Hide Table of Contents

Interface CfnDashboard.IReferenceLineStaticDataConfigurationProperty

The static data configuration of the reference line data configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IReferenceLineStaticDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration.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.AWS.QuickSight;

             var referenceLineStaticDataConfigurationProperty = new ReferenceLineStaticDataConfigurationProperty {
                 Value = 123
             };

Synopsis

Properties

Value

The double input of the static data.

Properties

Value

The double input of the static data.

double Value { get; }
Property Value

double

Remarks

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinestaticdataconfiguration.html#cfn-quicksight-dashboard-referencelinestaticdataconfiguration-value

Back to top Generated by DocFX