Interface CfnAnalysis.ISecondaryValueOptionsProperty
The options that determine the presentation of the secondary value of a KPI visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecondaryValueOptionsProperty
Syntax (vb)
Public Interface ISecondaryValueOptionsProperty
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 secondaryValueOptionsProperty = new SecondaryValueOptionsProperty {
Visibility = "visibility"
};
Synopsis
Properties
Visibility | Determines the visibility of the secondary value. |
Properties
Visibility
Determines the visibility of the secondary value.
virtual string Visibility { get; }
Property Value
System.