API Reference
Command
New-ImageChartAnnotation
Creates chart annotation data item.
Remarks
Use this cmdlet with New-ImageChart to highlight notable points on a generated chart.
Examples
Create a chart annotation
PS>
New-ImageChartAnnotation -X 3 -Y 61 -Text 'Peak usage' -Arrow
Creates an annotation definition that can be passed to New-ImageChart via -Annotation or -AnnotationsDefinition.
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-ImageChartAnnotation [-Arrow] -Text <String> -X <Double> -Y <Double> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Arrow SwitchParameter
- Display arrow.
- Text String
- Annotation text.
- X Double
- X coordinate for annotation.
- Y Double
- Y coordinate for annotation.