A time series of double values
The following tables list the members exposed by TimeSeries.
Public Constructors
| Name | Description | |
|---|---|---|
|
TimeSeries | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
Color | Gets or sets series color |
|
Count | Gets the number of values in this series |
|
Item | Overloaded. Gets value with specified time stamp in the series |
|
Last | Gets last value of this series |
|
Name | Gets the name of this series |
Public Methods
| Name | Description | |
|---|---|---|
|
Add | Adds specified data to this series with specified time stamp |
|
Contains | Checks if this series contains a value with specified time stamp |
|
GetDateTime | Returns date time by specified index |
|
Remove | Overloaded. Removes the item with specified time stamp from this series |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
TimeSeries | Overloaded. |