Interface CfnDashboard.ISankeyDiagramChartConfigurationProperty
The configuration of a sankey diagram.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISankeyDiagramChartConfigurationProperty
Syntax (vb)
Public Interface 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. |
SortConfiguration | The sort configuration of a sankey diagram. |
Properties
DataLabels
The data label configuration of a sankey diagram.
virtual object DataLabels { get; }
Property Value
System.Object
Remarks
FieldWells
The field well configuration of a sankey diagram.
virtual object FieldWells { get; }
Property Value
System.Object
Remarks
SortConfiguration
The sort configuration of a sankey diagram.
virtual object SortConfiguration { get; }
Property Value
System.Object