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-ImageChartWaterfall

Namespace ImagePlayground
Inputs
None

Creates waterfall chart data item.

Remarks

Creates waterfall chart data item.

Examples

Authored help example

Create waterfall data


New-ImageChartWaterfall -Name 'Change' -Value 120,-24,42 -Labels Start,Churn,Expansion
        

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-ImageChartWaterfall [-Color <ChartColor>] [-Labels <String[]>] -Name <String> -Value <Double[]> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Color ChartColor optionalposition: namedpipeline: False
Waterfall color.
Labels String[] optionalposition: namedpipeline: False
Step labels.
Name String requiredposition: 0pipeline: Falsealiases: Label
Label for the waterfall series.
Value Double[] requiredposition: 1pipeline: False
Delta values.