Show / Hide Table of Contents

Class CfnTemplatePropsMixin.TrendArrowOptionsProperty

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

Inheritance
object
CfnTemplatePropsMixin.TrendArrowOptionsProperty
Implements
CfnTemplatePropsMixin.ITrendArrowOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.TrendArrowOptionsProperty : CfnTemplatePropsMixin.ITrendArrowOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.TrendArrowOptionsProperty Implements CfnTemplatePropsMixin.ITrendArrowOptionsProperty
Remarks

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

Constructors

TrendArrowOptionsProperty()

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

Properties

Visibility

The visibility of the trend arrows.

Constructors

TrendArrowOptionsProperty()

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

public TrendArrowOptionsProperty()
Remarks

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

Properties

Visibility

The visibility of the trend arrows.

public string? Visibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.ITrendArrowOptionsProperty
Back to top Generated by DocFX