Dashboard Word Cloud Chart Configuration Args
data class DashboardWordCloudChartConfigurationArgs(val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<DashboardWordCloudFieldWellsArgs>? = null, val sortConfiguration: Output<DashboardWordCloudSortConfigurationArgs>? = null, val wordCloudOptions: Output<DashboardWordCloudOptionsArgs>? = null) : ConvertibleToJava<DashboardWordCloudChartConfigurationArgs>
Constructors
Link copied to clipboard
constructor(categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardWordCloudFieldWellsArgs>? = null, sortConfiguration: Output<DashboardWordCloudSortConfigurationArgs>? = null, wordCloudOptions: Output<DashboardWordCloudOptionsArgs>? = null)
Properties
Link copied to clipboard
The label options (label text, label visibility, and sort icon visibility) for the word cloud category.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The sort configuration of a word cloud visual.
Link copied to clipboard
The options for a word cloud visual.