Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ITrendArrowOptionsProperty

The options that determine the presentation of trend arrows in a KPI visual.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ITrendArrowOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ITrendArrowOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-trendarrowoptions.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 trendArrowOptionsProperty = new TrendArrowOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Properties

Visibility

The visibility of the trend arrows.

Properties

Visibility

The visibility of the trend arrows.

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-trendarrowoptions.html#cfn-quicksight-dashboard-trendarrowoptions-visibility

Back to top Generated by DocFX