Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IWaterfallChartConfigurationProperty

The configuration for a waterfall visual.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-categoryaxisdisplayoptions

Type union: either IResolvable or CfnAnalysisPropsMixin.IAxisDisplayOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-categoryaxislabeloptions

Type union: either IResolvable or CfnAnalysisPropsMixin.IChartAxisLabelOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-colorconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IWaterfallChartColorConfigurationProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-datalabels

Type union: either IResolvable or CfnAnalysisPropsMixin.IDataLabelOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-fieldwells

Type union: either IResolvable or CfnAnalysisPropsMixin.IWaterfallChartFieldWellsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-interactions

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualInteractionOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-legend

Type union: either IResolvable or CfnAnalysisPropsMixin.ILegendOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-primaryyaxisdisplayoptions

Type union: either IResolvable or CfnAnalysisPropsMixin.IAxisDisplayOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-primaryyaxislabeloptions

Type union: either IResolvable or CfnAnalysisPropsMixin.IChartAxisLabelOptionsProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-sortconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IWaterfallChartSortConfigurationProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-visualpalette

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualPaletteProperty

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-analysis-waterfallchartconfiguration.html#cfn-quicksight-analysis-waterfallchartconfiguration-waterfallchartoptions

Type union: either IResolvable or CfnAnalysisPropsMixin.IWaterfallChartOptionsProperty

Back to top Generated by DocFX