Home | Trees | Indices | Help |
|
---|
|
object --+ | Series --+ | XYSeries
This class defines a number series. In this series both X and Y values must be number. To use date values, use DateTimeSeries
See Also: DateTimeSeries
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Creates a series with given name, type and configuration
|
Removes the specified point from the 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.
|
|
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.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:52:48 2013 | http://epydoc.sourceforge.net |