< Back
Set-HeatmapLevel
Post
NAME Set-HeatmapLevel
SYNOPSIS
Sets the color levels used on the heatmap
SYNTAX
Set-HeatmapLevel [[-Heatmap] <Hashtable>] [<CommonParameters>]
DESCRIPTION
Sets the color levels used on the heatmap.
The key in the table is the color, and the value is the point at which to start using the color.
PARAMETERS
-Heatmap <Hashtable>
The heatmap table
region Parameter Validation
endregion Parameter Validation
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-HeatmapLevel @{
Green = 0
DarkGreen = 25
Yellow = 50
Red = 75
}
RELATED LINKS
Get-HeatmapLevel
SYNOPSIS
Sets the color levels used on the heatmap
SYNTAX
Set-HeatmapLevel [[-Heatmap] <Hashtable>] [<CommonParameters>]
DESCRIPTION
Sets the color levels used on the heatmap.
The key in the table is the color, and the value is the point at which to start using the color.
PARAMETERS
-Heatmap <Hashtable>
The heatmap table
region Parameter Validation
endregion Parameter Validation
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-HeatmapLevel @{
Green = 0
DarkGreen = 25
Yellow = 50
Red = 75
}
RELATED LINKS
Get-HeatmapLevel