Show / Hide Table of Contents

Interface CfnDashboard.IScrollBarOptionsProperty

The visual display options for a data zoom scroll bar.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IScrollBarOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.IScrollBarOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-scrollbaroptions.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 scrollBarOptionsProperty = new ScrollBarOptionsProperty {
                 Visibility = "visibility",
                 VisibleRange = new VisibleRangeOptionsProperty {
                     PercentRange = new PercentVisibleRangeProperty {
                         From = 123,
                         To = 123
                     }
                 }
             };

Synopsis

Properties

Visibility

The visibility of the data zoom scroll bar.

VisibleRange

The visibility range for the data zoom scroll bar.

Properties

Visibility

The visibility of the data zoom scroll bar.

string? Visibility { get; }
Property Value

string

Remarks

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

VisibleRange

The visibility range for the data zoom scroll bar.

object? VisibleRange { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX