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