wordCloudFontScale

For a Word Cloud Chart, multiplies the specified ‘Size’ setting in the Editor to increase the maximum font size of words in the cloud.

Type

Number between 1.0 and 5.0

Example

Chart1.wordCloudFontScale = 1.5;

Either syntax below can be used in component script:

wordCloudFontScale          // unqualified
Chart1.wordCloudFontScale   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.