API Reference
Command
New-ImageChartBubble
Creates bubble chart data item.
Remarks
Creates bubble chart data item.
Examples
Create bubble data
New-ImageChartBubble -Name 'Series1' -X 1,2,3 -Y 4,5,6 -Size 10,20,30 -Color Blue
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-ImageChartBubble [-Color <ChartColor>] -Name <String> -Size <Double[]> -X <Double[]> -Y <Double[]> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color ChartColor
- Series color.
- Name String
- Label for the bubble series.
- Size Double[]
- Bubble sizes.
- X Double[]
- X values for the series.
- Y Double[]
- Y values for the series.