Show / Hide Table of Contents

Interface CfnDashboard.IDataBarsOptionsProperty

The options for data bars.

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

Link: 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.AWS.QuickSight;

var dataBarsOptionsProperty = new DataBarsOptionsProperty {
    FieldId = "fieldId",

    // the properties below are optional
    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

System.String

Remarks

Link: 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.

virtual string NegativeColor { get; }
Property Value

System.String

Remarks

Link: 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.

virtual string PositiveColor { get; }
Property Value

System.String

Remarks

Link: 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