API Reference
Command
New-ImageChartFunnel
Creates funnel chart item.
Remarks
Creates funnel chart item.
Examples
Create funnel item
New-ImageChartFunnel -Name 'Trials' -Value 220 -Color Blue
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-ImageChartFunnel [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Stage color.
- Name String
- Stage label.
- Value Double
- Stage value.