API Reference
Command
New-ImageChartHeatmap
Creates heatmap chart data item.
Remarks
Creates heatmap chart data item.
Examples
Create heatmap data
New-ImageChartHeatmap -Name 'Matrix' -Matrix ((1,2),(3,4))
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-ImageChartHeatmap -Matrix <Double[,]> -Name <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Matrix Double[,]
- Matrix data for the heatmap.
- Name String
- Label for the heatmap.