Show / Hide Table of Contents

Class CfnDashboard.DataBarsOptionsProperty

The options for data bars.

Inheritance
System.Object
CfnDashboard.DataBarsOptionsProperty
Implements
CfnDashboard.IDataBarsOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DataBarsOptionsProperty : Object, CfnDashboard.IDataBarsOptionsProperty
Syntax (vb)
Public Class DataBarsOptionsProperty
    Inherits Object
    Implements CfnDashboard.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

Constructors

DataBarsOptionsProperty()

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.

Constructors

DataBarsOptionsProperty()

public DataBarsOptionsProperty()

Properties

FieldId

The field ID for the data bars options.

public string FieldId { get; set; }
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.

public string NegativeColor { get; set; }
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.

public string PositiveColor { get; set; }
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

Implements

CfnDashboard.IDataBarsOptionsProperty
Back to top Generated by DocFX