API Reference
Function
New-ChartRadial
Creates a new radial chart object.
Remarks
This function creates a new radial chart object with the specified Name, Value, and Color.
Examples
EXAMPLE 1
New-ChartRadial -Name "Chart1" -Value 75 -Color "Blue"
Creates a new radial chart object named "Chart1" with a value of 75 and a blue color.
EXAMPLE 2
New-ChartRadial -Name "Chart2" -Value 50
Creates a new radial chart object named "Chart2" with a value of 50 using the default color.
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-ChartRadial [-Color <String>] [-Name <String>] [-Value <Object>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Color String
- Specifies the color of the radial chart. If not provided, the default color is used.
- Name String
- Specifies the name of the radial chart.
- Value Object
- Specifies the value of the radial chart.