Show / Hide Table of Contents

Interface CfnDashboard.IWaterfallChartConfigurationProperty

The configuration for a waterfall visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-waterfallchartconfiguration.html

ExampleMetadata: fixture=_generated

Synopsis

Properties

CategoryAxisDisplayOptions

The options that determine the presentation of the category axis.

CategoryAxisLabelOptions

The options that determine the presentation of the category axis label.

ColorConfiguration

The color configuration of a waterfall visual.

DataLabels

The data label configuration of a waterfall visual.

FieldWells

The field well configuration of a waterfall visual.

Interactions

The general visual interactions setup for a visual.

Legend

The legend configuration of a waterfall visual.

PrimaryYAxisDisplayOptions

The options that determine the presentation of the y-axis.

PrimaryYAxisLabelOptions

The options that determine the presentation of the y-axis label.

SortConfiguration

The sort configuration of a waterfall visual.

VisualPalette

The visual palette configuration of a waterfall visual.

WaterfallChartOptions

The options that determine the presentation of a waterfall visual.

Properties

CategoryAxisDisplayOptions

The options that determine the presentation of the category axis.

object? CategoryAxisDisplayOptions { get; }
Property Value

object

Remarks

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

CategoryAxisLabelOptions

The options that determine the presentation of the category axis label.

object? CategoryAxisLabelOptions { get; }
Property Value

object

Remarks

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

ColorConfiguration

The color configuration of a waterfall visual.

object? ColorConfiguration { get; }
Property Value

object

Remarks

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

DataLabels

The data label configuration of a waterfall visual.

object? DataLabels { get; }
Property Value

object

Remarks

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

FieldWells

The field well configuration of a waterfall visual.

object? FieldWells { get; }
Property Value

object

Remarks

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

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

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

Legend

The legend configuration of a waterfall visual.

object? Legend { get; }
Property Value

object

Remarks

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

PrimaryYAxisDisplayOptions

The options that determine the presentation of the y-axis.

object? PrimaryYAxisDisplayOptions { get; }
Property Value

object

Remarks

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

PrimaryYAxisLabelOptions

The options that determine the presentation of the y-axis label.

object? PrimaryYAxisLabelOptions { get; }
Property Value

object

Remarks

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

SortConfiguration

The sort configuration of a waterfall visual.

object? SortConfiguration { get; }
Property Value

object

Remarks

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

VisualPalette

The visual palette configuration of a waterfall visual.

object? VisualPalette { get; }
Property Value

object

Remarks

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

WaterfallChartOptions

The options that determine the presentation of a waterfall visual.

object? WaterfallChartOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX