Show / Hide Table of Contents

Interface CfnDashboard.ISankeyDiagramChartConfigurationProperty

The configuration of a sankey diagram.

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

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

DataLabels

The data label configuration of a sankey diagram.

FieldWells

The field well configuration of a sankey diagram.

Interactions

The general visual interactions setup for a visual.

SortConfiguration

The sort configuration of a sankey diagram.

Properties

DataLabels

The data label configuration of a sankey diagram.

object? DataLabels { get; }
Property Value

object

Remarks

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

FieldWells

The field well configuration of a sankey diagram.

object? FieldWells { get; }
Property Value

object

Remarks

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

SortConfiguration

The sort configuration of a sankey diagram.

object? SortConfiguration { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX