Uses of Class org.jfree.data.xy.XYSeries

Uses in package org.jfree.data.time

Methods with return type org.jfree.data.xy.XYSeries

XYSeries
MovingAverage.createMovingAverage(XYDataset source, int series, String name, double period, double skip)
Creates a new XYSeries containing the moving averages of one series in the source dataset.

Uses in package org.jfree.data.xy

Constructors with parameter type org.jfree.data.xy.XYSeries

Constructs a dataset and populates it with a single series.

Methods with parameter type org.jfree.data.xy.XYSeries

void
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
void
Adds a series to the collection and sends a DatasetChangeEvent to all registered listeners.
void
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.
void
Removes a series from the collection and sends a DatasetChangeEvent to all registered listeners.

Methods with return type org.jfree.data.xy.XYSeries

XYSeries
XYSeries.createCopy(int start, int end)
Creates a new series by copying a subset of the data in this time series.
XYSeries
Returns a series.
XYSeries
Returns a series from the collection.