API Reference
Command
New-ImageChartWaterfall
Creates waterfall chart data item.
Remarks
Creates waterfall chart data item.
Examples
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 SetsParameters
- Color ChartColor
- Waterfall color.
- Labels String[]
- Step labels.
- Name String
- Label for the waterfall series.
- Value Double[]
- Delta values.