Interface LineSeries

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier, Series
All Known Subinterfaces:
AreaSeries, BubbleSeries, DifferenceSeries, ScatterSeries
All Known Implementing Classes:
AreaSeriesImpl, BubbleSeriesImpl, DifferenceSeriesImpl, LineSeriesImpl, ScatterSeriesImpl

public interface LineSeries
extends Series
A representation of the model object 'Line Series'. This is a Series type that, during design time, holds the query data for Line charts, and during run time, holds the value for each data point in the line. When rendered, a line connects each data point.

The following features are supported:

See Also:
TypePackage.getLineSeries()