API Reference
Command
New-ImageChartPolar
Creates polar chart data item.
Remarks
Creates polar chart data item.
Examples
Create polar data
New-ImageChartPolar -Name 'Series1' -Angle 0,1.57,3.14 -Value 1,2,1 -Color Blue
Create advanced polar data
New-ImageChartPolar -Name 'Advanced' -Angle 0,1.57,3.14 -Value 1,2,1 -Color Red
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-ImageChartPolar -Angle <Double[]> [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Angle Double[]
- Angle values for the series.
- Color ChartColor
- Series color.
- Name String
- Label for the series.
- Value Double[]
- Radius values for the series.