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 IReferenceLineStaticDataConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Value | The double input of the static data. |
Properties
Value
The double input of the static data.
double Value { get; }
Property Value
System.