API Reference
Function
New-ChartSpark
Creates a new spark chart object.
Remarks
This function creates a new spark chart object with the specified Name, Value, and Color.
Examples
EXAMPLE 1
New-ChartSpark -Name "Spark1" -Value 100 -Color "Green"
Creates a new spark chart object named "Spark1" with a value of 100 and a green color.
EXAMPLE 2
New-ChartSpark -Name "Spark2" -Value 50
Creates a new spark chart object named "Spark2" with a value of 50 using the default color.
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-ChartSpark [-Color <String>] [-Name <String>] [-Value <Object>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Color String
- Specifies the color of the spark chart.
- Name String
- Specifies the name of the spark chart.
- Value Object
- Specifies the value of the spark chart.