Time Series
A class that represents a time series of data.
Properties
Functions
Returns the interval closest to the provided date within the time series.
Returns the data associated with the specified index in the time series.
Returns the data associated with the specified interval in the time series.
Returns the data associated with the specified time interval in the time series.
Returns the time series entry for the specified interval if exists.
Returns whether the time series contains data for the specified time interval.
Returns the time interval at the specified index in the time series.
Returns the time intervals within the specified range for the time series. If includeStops
is true, then the start and end values will be allowed in the returned set of time intervals. Default is true
.
Returns an array of time intervals that do not have data associated with them based on the passed array of intervals. If no intervals are provided, then the current intervals for the time series are used.
Clears the data associated with the time series.
Removes the time interval and associated data from the time series.
Sets the data for the time series.
Sets the data for the specified time interval in the time series.