API Reference
Command
New-ImageChartHistogram
Creates histogram chart data item.
Remarks
Creates histogram chart data item.
Examples
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 SetsParameters
- BinSize Int32
- Optional bin size.
- Name String
- Label for the histogram.
- Values Double[]
- Data values.