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

Namespace ImagePlayground
Inputs
None

Creates histogram chart data item.

Remarks

Creates histogram chart data item.

Examples

Authored help example

Create histogram data


New-ImageChartHistogram -Name 'Data' -Values @(1,2,3) -BinSize 2
        

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-ImageChartHistogram [-BinSize <Int32>] -Name <String> -Values <Double[]> [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

BinSize Int32 optionalposition: namedpipeline: False
Optional bin size.
Name String requiredposition: 0pipeline: Falsealiases: Label
Label for the histogram.
Values Double[] requiredposition: 1pipeline: False
Data values.