Show / Hide Table of Contents

Class CfnAnalysis.ReferenceLineStaticDataConfigurationProperty

The static data configuration of the reference line data configuration.

Inheritance
object
CfnAnalysis.ReferenceLineStaticDataConfigurationProperty
Implements
CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ReferenceLineStaticDataConfigurationProperty : CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Class CfnAnalysis.ReferenceLineStaticDataConfigurationProperty Implements CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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

Constructors

ReferenceLineStaticDataConfigurationProperty()

The static data configuration of the reference line data configuration.

Properties

Value

The double input of the static data.

Constructors

ReferenceLineStaticDataConfigurationProperty()

The static data configuration of the reference line data configuration.

public ReferenceLineStaticDataConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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
             };

Properties

Value

The double input of the static data.

public double Value { get; set; }
Property Value

double

Remarks

Default: - 0

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

Implements

CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
Back to top Generated by DocFX