Class CfnDashboard.ProgressBarOptionsProperty
The options that determine the presentation of the progress bar of a KPI visual.
Implements
Inherited Members
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
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
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; }