Interface CfnTemplate.IWordCloudChartConfigurationProperty
The configuration of a word cloud visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWordCloudChartConfigurationProperty
Syntax (vb)
Public Interface IWordCloudChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Category |
The label options (label text, label visibility, and sort icon visibility) for the word cloud category. |
Field |
The field wells of the visual. |
Sort |
The sort configuration of a word cloud visual. |
Word |
The options for a word cloud visual. |
Properties
CategoryLabelOptions
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
virtual object CategoryLabelOptions { get; }
Property Value
System.
Remarks
FieldWells
The field wells of the visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of a word cloud visual.
virtual object SortConfiguration { get; }
Property Value
System.
Remarks
WordCloudOptions
The options for a word cloud visual.
virtual object WordCloudOptions { get; }
Property Value
System.