Show / Hide Table of Contents

Class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty

The configuration for a waterfall visual.

Inheritance
object
CfnDashboardPropsMixin.WaterfallChartConfigurationProperty
Implements
CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty : CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.WaterfallChartConfigurationProperty Implements CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

WaterfallChartConfigurationProperty()

The configuration for a waterfall visual.

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.

Constructors

WaterfallChartConfigurationProperty()

The configuration for a waterfall visual.

public WaterfallChartConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

CategoryAxisDisplayOptions

The options that determine the presentation of the category axis.

public object? CategoryAxisDisplayOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty

CategoryAxisLabelOptions

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

public object? CategoryAxisLabelOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IChartAxisLabelOptionsProperty

ColorConfiguration

The color configuration of a waterfall visual.

public object? ColorConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartColorConfigurationProperty

DataLabels

The data label configuration of a waterfall visual.

public object? DataLabels { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDataLabelOptionsProperty

FieldWells

The field well configuration of a waterfall visual.

public object? FieldWells { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

public object? Interactions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualInteractionOptionsProperty

Legend

The legend configuration of a waterfall visual.

public object? Legend { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ILegendOptionsProperty

PrimaryYAxisDisplayOptions

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

public object? PrimaryYAxisDisplayOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IAxisDisplayOptionsProperty

PrimaryYAxisLabelOptions

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

public object? PrimaryYAxisLabelOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IChartAxisLabelOptionsProperty

SortConfiguration

The sort configuration of a waterfall visual.

public object? SortConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartSortConfigurationProperty

VisualPalette

The visual palette configuration of a waterfall visual.

public object? VisualPalette { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualPaletteProperty

WaterfallChartOptions

The options that determine the presentation of a waterfall visual.

public object? WaterfallChartOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IWaterfallChartOptionsProperty

Implements

CfnDashboardPropsMixin.IWaterfallChartConfigurationProperty
Back to top Generated by DocFX