A time series of double values


The following tables list the members exposed by TimeSeries.

Public Constructors

  Name Description
Static Public method TimeSeries Overloaded.  
Top

Public Properties

  Name Description
Public property Color Gets or sets series color
Public property Count Gets the number of values in this series
Public property Item Overloaded. Gets value with specified time stamp in the series
Public property Last Gets last value of this series
Public property Name Gets the name of this series
Top

Public Methods

  Name Description
Public method Add Adds specified data to this series with specified time stamp
Public method Contains Checks if this series contains a value with specified time stamp
Public method GetDateTime Returns date time by specified index
Public method Remove Overloaded. Removes the item with specified time stamp from this series
Top

Explicit Interface Implementations

  Name Description
Static Private method TimeSeries Overloaded.  
Top

See Also