Click or drag to resize
ITimeSeriesPoint Interface
Objects used in time series.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface ITimeSeriesPoint

The ITimeSeriesPoint type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Gets or sets the date and time.
Public propertyValue
Gets or sets the value.
Top
See Also