API Reference
Command
New-ImageChartRadial
Creates radial gauge chart data item.
Remarks
Creates radial gauge chart data item.
Examples
Create radial gauge
New-ImageChartRadial -Name 'CPU' -Value 75 -Color Orange
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-ImageChartRadial [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Gauge color.
- Name String
- Label for the gauge.
- Value Double
- Value for the gauge.