Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageChartWordCloud

Namespace ImagePlayground
Inputs
None

Creates word cloud chart term.

Remarks

Creates word cloud chart term.

Examples

Authored help example

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 Sets

Parameters

Color ChartColor optionalposition: namedpipeline: False
Term color.
Text String requiredposition: 0pipeline: Falsealiases: Name
Term text.
Weight Double requiredposition: 1pipeline: False
Term weight.