Home | Trees | Indices | Help |
|
---|
|
object --+ | Series --+ | DateTimeSeries
This class defines a datetime series. In this series, the X value must be date and Y values must be number. To use number values, use XYSeries
By default, the time of a day is not included in the X value. In order to include time, use a constructor with argument isIncludeTime and pass true value for the argument.
See Also: XYSeries
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|
|||
Inherited from |
|
Creates a series with given name. This series will not consider time in the X property of DateTimePoint.
|
Removes all points specified as method argument into this series
|
Removes all points in this series
|
Appends the specified point(s) into the series if they do not exists in this series. The points which already exists will not be appended. A collection of points appended to this series will be returned. @param point_or_points: @param shift: If true then one point is shifted off the start of this series as one is appended to the end. @return Returns a collection of points which are added in this series. If a point has same (x, y) value as any other point in the input argument points then it will not be added in this series.
|
|
|
Sets points into this series. This method removes all of its points and then add points specified in the method argument. If the argument is null then no actions are taken.
|
Each of the subclass needs to implement this method to ensure that each point has appropriate X value even if it is not specified.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:48 2013 | http://epydoc.sourceforge.net |