Click or drag to resize
Grid Solutions Framework

IDataSourceValueTypeValueIndex Property

Gets the index of the value within the TimeSeriesValue array.

Namespace: GrafanaAdapters.DataSourceValueTypes
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
int ValueIndex { get; }
View Source

Property Value

Int32
Remarks
If data source value type has multiple targets, this should be the value index of the primary target.
See Also