Show / Hide Table of Contents

Interface CfnDashboard.IFilterSliderControlProperty

A control to display a horizontal toggle bar.

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

This is used to change a value by sliding the toggle.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filterslidercontrol.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 filterSliderControlProperty = new FilterSliderControlProperty {
                 FilterControlId = "filterControlId",
                 MaximumValue = 123,
                 MinimumValue = 123,
                 SourceFilterId = "sourceFilterId",
                 StepSize = 123,
                 Title = "title",

                 // the properties below are optional
                 DisplayOptions = new SliderControlDisplayOptionsProperty {
                     InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                         InfoIconText = "infoIconText",
                         Visibility = "visibility"
                     },
                     TitleOptions = new LabelOptionsProperty {
                         CustomLabel = "customLabel",
                         FontConfiguration = new FontConfigurationProperty {
                             FontColor = "fontColor",
                             FontDecoration = "fontDecoration",
                             FontFamily = "fontFamily",
                             FontSize = new FontSizeProperty {
                                 Absolute = "absolute",
                                 Relative = "relative"
                             },
                             FontStyle = "fontStyle",
                             FontWeight = new FontWeightProperty {
                                 Name = "name"
                             }
                         },
                         Visibility = "visibility"
                     }
                 },
                 Type = "type"
             };

Synopsis

Properties

DisplayOptions

The display options of a control.

FilterControlId

The ID of the FilterSliderControl .

MaximumValue

The larger value that is displayed at the right of the slider.

MinimumValue

The smaller value that is displayed at the left of the slider.

SourceFilterId

The source filter ID of the FilterSliderControl .

StepSize

The number of increments that the slider bar is divided into.

Title

The title of the FilterSliderControl .

Type

The type of the FilterSliderControl . Choose one of the following options:.

Properties

DisplayOptions

The display options of a control.

object? DisplayOptions { get; }
Property Value

object

Remarks

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

FilterControlId

The ID of the FilterSliderControl .

string FilterControlId { get; }
Property Value

string

Remarks

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

MaximumValue

The larger value that is displayed at the right of the slider.

double MaximumValue { get; }
Property Value

double

Remarks

Default: - 0

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

MinimumValue

The smaller value that is displayed at the left of the slider.

double MinimumValue { get; }
Property Value

double

Remarks

Default: - 0

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

SourceFilterId

The source filter ID of the FilterSliderControl .

string SourceFilterId { get; }
Property Value

string

Remarks

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

StepSize

The number of increments that the slider bar is divided into.

double StepSize { get; }
Property Value

double

Remarks

Default: - 0

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

Title

The title of the FilterSliderControl .

string Title { get; }
Property Value

string

Remarks

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

Type

The type of the FilterSliderControl . Choose one of the following options:.

string? Type { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX