A value entry in an ITimeDataSeries<(Of <(T>)>) collection.
| C# | Visual Basic |
public interface ITimeValueEntry<T>
Public Interface ITimeValueEntry(Of T)
- T
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| ElapsedSeconds |
The elapsed time of the data point.
| |
| Value |
The value of the data point.
|
ITimeDataSeries<(Of <(T>)>)