API Reference
Command
New-ImageChartStepArea
Creates step-area chart data item.
Remarks
Creates step-area chart data item.
Examples
Create step-area data
New-ImageChartStepArea -Name 'Capacity' -Value 4,8,7 -Color Green
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-ImageChartStepArea [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Area color.
- Name String
- Label for the area.
- Value Double[]
- Y values for the area.