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-ImageChartBullet

Namespace ImagePlayground
Inputs
None

Creates bullet chart data item.

Remarks

Creates bullet chart data item.

Examples

Authored help example

Create bullet data


New-ImageChartBullet -Name 'Servers' -Value 92 -Target 95 -RangeEnds 70,85 -Color Green
        

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-ImageChartBullet [-Color <ChartColor>] [-Maximum <Double>] [-Minimum <Double>] -Name <String> [-RangeEnds <Double[]>] -Target <Double> -Value <Double> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Color ChartColor optionalposition: namedpipeline: False
Bullet color.
Maximum Double optionalposition: namedpipeline: False
Maximum scale value.
Minimum Double optionalposition: namedpipeline: False
Minimum scale value.
Name String requiredposition: 0pipeline: Falsealiases: Label
Label for the bullet row.
RangeEnds Double[] optionalposition: namedpipeline: False
Qualitative range end values.
Target Double requiredposition: 2pipeline: False
Target value.
Value Double requiredposition: 1pipeline: False
Current value.