Interface DifferenceSeries

All Superinterfaces:
AreaSeries, org.eclipse.emf.ecore.EObject, IChartObject, LineSeries, org.eclipse.emf.common.notify.Notifier, Series
All Known Implementing Classes:
DifferenceSeriesImpl

public interface DifferenceSeries
extends AreaSeries
A representation of the model object 'Difference Series'. This is a Series type that, during design time, holds the query data for Difference charts, and during run time, holds the values for each data point in the series. Each data point in a Difference Series holds two values. When rendered, a line connects each high value of each data point, another line connects each low value of each data point, and the area between the high and low lines is filled with the series color.

The following features are supported:

See Also:
TypePackage.getDifferenceSeries()