TimeSeriesDataSetValues Property |
Gets the non-null, non-empty, chronologically-ordered list of
TimeSeriesDataValue objects that make up this
TimeSeriesDataSet.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<TimeSeriesDataValue> Values { get; }
Public ReadOnly Property Values As ReadOnlyCollection(Of TimeSeriesDataValue)
Get
Property Value
ReadOnlyCollectionTimeSeriesDataValueSee Also