Show / Hide Table of Contents

Class CfnDashboard.WaterfallChartOptionsProperty

The options that determine the presentation of a waterfall visual.

Inheritance
System.Object
CfnDashboard.WaterfallChartOptionsProperty
Implements
CfnDashboard.IWaterfallChartOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class WaterfallChartOptionsProperty : Object, CfnDashboard.IWaterfallChartOptionsProperty
Syntax (vb)
Public Class WaterfallChartOptionsProperty
    Inherits Object
    Implements CfnDashboard.IWaterfallChartOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartoptions.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 waterfallChartOptionsProperty = new WaterfallChartOptionsProperty {
    TotalBarLabel = "totalBarLabel"
};

Synopsis

Constructors

WaterfallChartOptionsProperty()

Properties

TotalBarLabel

This option determines the total bar label of a waterfall visual.

Constructors

WaterfallChartOptionsProperty()

public WaterfallChartOptionsProperty()

Properties

TotalBarLabel

This option determines the total bar label of a waterfall visual.

public string TotalBarLabel { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartoptions.html#cfn-quicksight-dashboard-waterfallchartoptions-totalbarlabel

Implements

CfnDashboard.IWaterfallChartOptionsProperty
Back to top Generated by DocFX