API Reference
Command
New-ImageChartLollipop
Creates lollipop chart data item.
Remarks
Creates lollipop chart data item.
Examples
Create lollipop data
New-ImageChartLollipop -Name 'Latency' -Value 12,18,9 -Color Purple
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-ImageChartLollipop [-Color <ChartColor>] -Name <String> -Value <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Lollipop color.
- Name String
- Label for the lollipop series.
- Value Double[]
- Lollipop values.