|
IDataSourceValueTimeSeriesValue Property
|
Gets time-series array values of data source value, e.g., [Value, Time].
Namespace: GrafanaAdapters.DataSourcesAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.171-beta
Syntax double[] TimeSeriesValue { get; }
ReadOnly Property TimeSeriesValue As Double()
Get
property array<double>^ TimeSeriesValue {
array<double>^ get ();
}
abstract TimeSeriesValue : float[] with get
function get_TimeSeriesValue();
View SourceProperty Value
DoubleRemarks
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