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