Click or drag to resize

TimeSeriesDataSetValues Property

Gets the non-null, non-empty, chronologically-ordered list of TimeSeriesDataValue objects that make up this TimeSeriesDataSet.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<TimeSeriesDataValue> Values { get; }

Property Value

ReadOnlyCollectionTimeSeriesDataValue
See Also