API Reference
Command
New-ImageChartArea
Creates area chart data item.
Remarks
Creates area chart data item.
Examples
Create area data
New-ImageChartArea -Name 'Sales' -Value 10,20 -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-ImageChartArea [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Fill color.
- Name String
- Label for the area.
- Value Double[]
- Y values for the area.