Click or drag to resize
Grid Solutions Framework

AnnotationRequestExtensionsIsApplicable Method

Determines if the data point is applicable for specified annotation type.

Namespace: GrafanaAdapters.Annotations
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public static bool IsApplicable(
	this AnnotationType type,
	double[] datapoint
)
View Source

Parameters

type  AnnotationType
Annotation type.
datapoint  Double
Time series values data point.

Return Value

Boolean
true if the data point is applicable for specified annotation type; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AnnotationType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also