Click or drag to resize
Grid Solutions Framework

IDataSourceValueTimeSeriesValue Property

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

Namespace: GrafanaAdapters.DataSources
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-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