Click or drag to resize
Grid Solutions Framework

IDataSourceValueTypeTimeSeriesValue Property

Gets time-series array values of the data source value type, e.g., [Value, Time].

Namespace: GrafanaAdapters.DataSourceValueTypes
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
double[] TimeSeriesValue { get; }
View Source

Property Value

Double
Remarks
To ensure data will work with Grafana data source, all values should precede single time value. Time is always the last value in the array. Time value should be in Unix epoch milliseconds.
See Also