API Reference
Command
New-ImageChartPictorial
Creates pictorial chart row.
Remarks
Creates pictorial chart row.
Examples
Create a pictorial row for active users
New-ImageChartPictorial -Name 'Active users' -Value 42 -Color Blue
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-ImageChartPictorial [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Pictorial color.
- Name String
- Label for the pictorial row.
- Value Double
- Pictorial value.