Interface IPieChartModifier
Defines the interface to a PieChartModifierBase, which can be used to extend the interactivity or rendering of the ISciPieChartSurface
Namespace:
Assembly: .dll
Syntax
public interface IPieChartModifier extends IChartModifierCore, ISciPieChartSurfaceChangeListener
Methods
getRenderableSeries()
Gets the parent SciPieChartSurface#getRenderableSeries() collection
Declaration
public abstract List<renderableSeries.IPieRenderableSeries> getRenderableSeries()
Returns
| Type | Description |
|---|---|
| List<IPieRenderableSeries> | The renderable series collection |