Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageChartRangeBand

Namespace ImagePlayground
Inputs
None

Creates range-band chart data item.

Remarks

Creates range-band chart data item.

Examples

Authored help example

Create range-band data


New-ImageChartRangeBand -Name 'Expected' -X 1,2 -Lower 8,9 -Upper 12,15 -Area
        

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-ImageChartRangeBand [-Area] [-Color <ChartColor>] -Lower <Double[]> -Name <String> [-NoSmooth] -Upper <Double[]> -X <Double[]> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Area SwitchParameter optionalposition: namedpipeline: False
Render the range as an area.
Color ChartColor optionalposition: namedpipeline: False
Range band color.
Lower Double[] requiredposition: 2pipeline: False
Lower values.
Name String requiredposition: 0pipeline: Falsealiases: Label
Series label.
NoSmooth SwitchParameter optionalposition: namedpipeline: False
Render range-area boundaries without smoothing.
Upper Double[] requiredposition: 3pipeline: False
Upper values.
X Double[] requiredposition: 1pipeline: False
X or category values.