Click or drag to resize
Grid Solutions Framework

IGrafanaFunctionResultIsSetTargetSeries Property

Gets flag that determines if function result is target series for set-based group operations.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
bool ResultIsSetTargetSeries { get; }
View Source

Property Value

Boolean
Remarks
For set-based group operations, there can also be data in which target series is selected, e.g., with MinimumT or MaximumT functions.
See Also