API Reference
Command
New-ImageChartTreemap
Creates treemap chart item.
Remarks
Creates treemap chart item.
Examples
Create treemap item
New-ImageChartTreemap -Name 'Servers' -Value 42 -Color Cyan
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-ImageChartTreemap [-Color <ChartColor>] -Name <String> -Value <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Item color.
- Name String
- Item label.
- Value Double
- Item value.