Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty

The static data configuration of the reference line data configuration.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.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