Interface IPieSeriesInfoProvider
Defines the interface which creates PieSeriesInfo and tooltips based on PieSeriesInfo values.
Implements
Namespace:
Assembly: .dll
Syntax
public interface IPieSeriesInfoProvider extends IAttachable
Methods
getSeriesInfo()
Creates PieSeriesInfo instance which is attached to current IPieRenderableSeries.
Declaration
public abstract renderableSeries.hitTest.PieSeriesInfo getSeriesInfo()
Returns
| Type | Description |
|---|---|
| PieSeriesInfo | The PieSeriesInfo instance. |
getSeriesTooltip()
Creates IPieSeriesTooltip instance which is attached to current IPieRenderableSeries.
Declaration
public abstract renderableSeriesIPieSeriesTooltip getSeriesTooltip()
Returns
| Type | Description |
|---|---|
| renderableSeriesIPieSeriesTooltip | Tooltip instance. |
getSeriesTooltip(Class<?> modifierType)
Creates IPieSeriesTooltip instance for specified tooltipId which is attached to current IPieRenderableSeries.
Declaration
public abstract renderableSeriesIPieSeriesTooltip getSeriesTooltip(Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<?> | modifierType | The type of modifier for which tooltip will be created. |
Returns
| Type | Description |
|---|---|
| renderableSeriesIPieSeriesTooltip | Tooltip instance. |