DashboardWordCloudOptions

data class DashboardWordCloudOptions(val cloudLayout: DashboardWordCloudCloudLayout? = null, val maximumStringLength: Double? = null, val wordCasing: DashboardWordCloudWordCasing? = null, val wordOrientation: DashboardWordCloudWordOrientation? = null, val wordPadding: DashboardWordCloudWordPadding? = null, val wordScaling: DashboardWordCloudWordScaling? = null)

Constructors

Link copied to clipboard
constructor(cloudLayout: DashboardWordCloudCloudLayout? = null, maximumStringLength: Double? = null, wordCasing: DashboardWordCloudWordCasing? = null, wordOrientation: DashboardWordCloudWordOrientation? = null, wordPadding: DashboardWordCloudWordPadding? = null, wordScaling: DashboardWordCloudWordScaling? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cloud layout options (fluid, normal) of a word cloud.

Link copied to clipboard

The length limit of each word from 1-100.

Link copied to clipboard

The word casing options (lower_case, existing_case) for the words in a word cloud.

Link copied to clipboard

The word orientation options (horizontal, horizontal_and_vertical) for the words in a word cloud.

Link copied to clipboard

The word padding options (none, small, medium, large) for the words in a word cloud.

Link copied to clipboard

The word scaling options (emphasize, normal) for the words in a word cloud.