Interface PieSeries

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

public interface PieSeries extends Series
A representation of the model object 'Pie Series'. This is a Series type that, during design time, holds the query data for Pie charts, and during run time, holds the value for each data point in the pie that represents the series. When rendered, each series is drawn as a complete pie, and each data point in that series defines the size of the pie's slices. A pie chart with multiple series will draw multiple pies.

The following features are supported:

See Also: