API Reference
Command
New-ImageChartHorizontalBar
Creates horizontal bar chart data item.
Remarks
Creates horizontal bar chart data item.
Examples
Create horizontal bar data
New-ImageChartHorizontalBar -Name 'Disk' -Value 70,30 -Color Blue
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-ImageChartHorizontalBar [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Bar color.
- Name String
- Label for the bar data.
- Value Double[]
- Values for the bars.