Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDataBarsOptionsProperty

The options for data bars.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDataBarsOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDataBarsOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-databarsoptions.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 dataBarsOptionsProperty = new DataBarsOptionsProperty {
                 FieldId = "fieldId",
                 NegativeColor = "negativeColor",
                 PositiveColor = "positiveColor"
             };

Synopsis

Properties

FieldId

The field ID for the data bars options.

NegativeColor

The color of the negative data bar.

PositiveColor

The color of the positive data bar.

Properties

FieldId

The field ID for the data bars options.

string? FieldId { get; }
Property Value

string

Remarks

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

NegativeColor

The color of the negative data bar.

string? NegativeColor { get; }
Property Value

string

Remarks

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

PositiveColor

The color of the positive data bar.

string? PositiveColor { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX