Click or drag to resize
Grid Solutions Framework

IDataSourceValueTypeTimeSeriesValueDefinition Property

Gets the format definition of a time-series array value, e.g., ["Value", "Time"].

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

Property Value

String
Remarks
These string values are used to define field value names that are used in a TimeSeriesValue result.
See Also