Class CfnAnalysis.ReferenceLineStaticDataConfigurationProperty
The static data configuration of the reference line data configuration.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReferenceLineStaticDataConfigurationProperty : Object, CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Class ReferenceLineStaticDataConfigurationProperty
Inherits Object
Implements CfnAnalysis.IReferenceLineStaticDataConfigurationProperty
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.AWS.QuickSight;
var referenceLineStaticDataConfigurationProperty = new ReferenceLineStaticDataConfigurationProperty {
Value = 123
};
Synopsis
Constructors
Reference |
Properties
Value | The double input of the static data. |
Constructors
ReferenceLineStaticDataConfigurationProperty()
public ReferenceLineStaticDataConfigurationProperty()
Properties
Value
The double input of the static data.
public double Value { get; set; }
Property Value
System.