API Reference
Command
New-ImageChartSlope
Creates slope chart data item.
Remarks
Creates slope chart data item.
Examples
Create slope data
New-ImageChartSlope -Name 'Current' -Start 62 -End 71 -StartLabel Before -EndLabel After
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-ImageChartSlope [-Color <ChartColor>] -End <Double> [-EndLabel <String>] -Name <String> -Start <Double> [-StartLabel <String>] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Slope color.
- End Double
- End value.
- EndLabel String
- End axis label.
- Name String
- Series label.
- Start Double
- Start value.
- StartLabel String
- Start axis label.