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

Namespace ImagePlayground
Inputs
None

Creates bar chart data item.

Remarks

Use this cmdlet inside New-ImageChart to define one bar series.

Examples

Authored help example

Create bar-series data

PS>


New-ImageChartBar -Name 'Revenue' -Value 12,18,25 -Color Blue
        

Creates a single bar-series definition that can be passed into New-ImageChart.

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-ImageChartBar [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

Color ChartColor optionalposition: namedpipeline: False
Bar color.
Name String requiredposition: 0pipeline: Falsealiases: Label
Label for the bar data.
Value Double[] requiredposition: 1pipeline: False
Values for the bar.