API Reference
Command
New-ImageChartWordCloud
Creates word cloud chart term.
Remarks
Creates word cloud chart term.
Examples
Create a weighted word-cloud term
New-ImageChartWordCloud -Text 'PowerShell' -Weight 12 -Color '#2DD4BF'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageChartWordCloud [-Color <ChartColor>] -Text <String> -Weight <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Term color.
- Text String
- Term text.
- Weight Double
- Term weight.