API Reference
Command
New-ImageChartProgress
Creates progress-bar chart row.
Remarks
Creates progress-bar chart row.
Examples
Create a deployment progress row
New-ImageChartProgress -Name 'Deployment' -Value 78 -Color '#8B5CF6'
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-ImageChartProgress [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Progress color.
- Name String
- Label for the progress row.
- Value Double
- Progress value.