Interface AreaSeries

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

public interface AreaSeries extends LineSeries
A representation of the model object 'Area Series'. This is a Series type that, during design time, holds the query data for Area charts, and during run time, holds the value for each data point in the series. When rendered, a line connects each data point, and the area below the line is filled with the series color.
See Also: