Show / Hide Table of Contents

Class CfnDashboard.ProgressBarOptionsProperty

The options that determine the presentation of the progress bar of a KPI visual.

Inheritance
object
CfnDashboard.ProgressBarOptionsProperty
Implements
CfnDashboard.IProgressBarOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.ProgressBarOptionsProperty : CfnDashboard.IProgressBarOptionsProperty
Syntax (vb)
Public Class CfnDashboard.ProgressBarOptionsProperty Implements CfnDashboard.IProgressBarOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-progressbaroptions.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.AWS.QuickSight;

             var progressBarOptionsProperty = new ProgressBarOptionsProperty {
                 Visibility = "visibility"
             };

Synopsis

Constructors

ProgressBarOptionsProperty()

The options that determine the presentation of the progress bar of a KPI visual.

Properties

Visibility

The visibility of the progress bar.

Constructors

ProgressBarOptionsProperty()

The options that determine the presentation of the progress bar of a KPI visual.

public ProgressBarOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-progressbaroptions.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.AWS.QuickSight;

             var progressBarOptionsProperty = new ProgressBarOptionsProperty {
                 Visibility = "visibility"
             };

Properties

Visibility

The visibility of the progress bar.

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

string

Remarks

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

Implements

CfnDashboard.IProgressBarOptionsProperty
Back to top Generated by DocFX