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
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
Remarks
FieldWells
The field well configuration of a sankey diagram.
object? FieldWells { get; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
object? Interactions { get; }
Property Value
Remarks
SortConfiguration
The sort configuration of a sankey diagram.
object? SortConfiguration { get; }