API Reference
Command
New-ImageChartRangeBar
Creates range-bar chart data item.
Remarks
Creates range-bar chart data item.
Examples
Create range-bar data
New-ImageChartRangeBar -Name 'Maintenance' -X 1,2 -Start 2,4 -End 5,8 -Color Orange
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-ImageChartRangeBar [-Color <ChartColor>] -End <Double[]> -Name <String> -Start <Double[]> -X <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Range bar color.
- End Double[]
- Interval end values.
- Name String
- Series label.
- Start Double[]
- Interval start values.
- X Double[]
- X or category values.