API Reference
Command
New-ImageChartDonut
Creates donut chart data item.
Remarks
Creates donut chart data item.
Examples
Create a completed-work donut slice
New-ImageChartDonut -Name 'Completed' -Value 72 -Color Green
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-ImageChartDonut [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Slice color.
- Name String
- Label for the slice.
- Value Double
- Value for the slice.