API Reference
Command
New-ImageChartStackedArea
Creates stacked-area chart data item.
Remarks
Creates stacked-area chart data item.
Examples
Create stacked-area data
New-ImageChartStackedArea -Name 'Used' -Value 20,30,40 -Color Orange -Smooth
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-ImageChartStackedArea [-Color <ChartColor>] -Name <String> [-Smooth] -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Area color.
- Name String
- Label for the area.
- Smooth SwitchParameter
- Render using a smooth curve.
- Value Double[]
- Y values for the area.