Interface CfnTemplate.IWordCloudChartConfigurationProperty
The configuration of a word cloud visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IWordCloudChartConfigurationProperty
Syntax (vb)
Public Interface CfnTemplate.IWordCloudChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
CategoryLabelOptions | The label options (label text, label visibility, and sort icon visibility) for the word cloud category. |
FieldWells | The field wells of the visual. |
Interactions | The general visual interactions setup for a visual. |
SortConfiguration | The sort configuration of a word cloud visual. |
WordCloudOptions | 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.
object? CategoryLabelOptions { get; }
Property Value
Remarks
FieldWells
The field wells of the visual.
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 word cloud visual.
object? SortConfiguration { get; }
Property Value
Remarks
WordCloudOptions
The options for a word cloud visual.
object? WordCloudOptions { get; }