Click or drag to resize
ITimeSeriesPoint Interface
Simple object used instead of Deedle.Series.

Namespace:  C2LibraryBase.Interfaces
Assembly:  C2LibraryBase (in C2LibraryBase.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
Remarks
The value type is Double.
See Also