Project

ImagePlayground

Automate image processing, codes, metadata, charts, topology, and visual stories from PowerShell.

Stars 100
Forks 7
Total downloads 712,347
Release ImagePlayground-PowerShellModule.v3.2.7
Language: C# Updated: 2026-08-25

API Reference

Command

New-ImageChartSlope

Namespace ImagePlayground
Inputs
None

Creates slope chart data item.

Remarks

Creates slope chart data item.

Examples

Authored help example

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 Sets

Parameters

Color ChartColor optionalposition: namedpipeline: False
Slope color.
End Double requiredposition: 2pipeline: False
End value.
EndLabel String optionalposition: namedpipeline: False
End axis label.
Name String requiredposition: 0pipeline: Falsealiases: Label
Series label.
Start Double requiredposition: 1pipeline: False
Start value.
StartLabel String optionalposition: namedpipeline: False
Start axis label.