Interface IPieSeriesTooltip
Defines the interface for tooltips for IPieRenderableSeries.
Namespace:
Assembly: .dll
Syntax
public interface IPieSeriesTooltip extends renderableSeriesISeriesTooltipCore, renderableSeries.hitTest.IPieHitTestInfoUpdatable
Methods
getSeriesInfo()
Gets the associated PieSeriesInfo instance.
Declaration
public abstract renderableSeries.hitTest.PieSeriesInfo getSeriesInfo()
Returns
| Type | Description |
|---|---|
| PieSeriesInfo | The associated PieSeriesInfo instance. |
updateTooltip(Action2<View,PointF> updateAction, PointF xyCoordinate)
Updates tooltips with specified updateAction.
Declaration
public abstract void updateTooltip(Action2<View,PointF> updateAction, PointF xyCoordinate)
Parameters
| Type | Name | Description |
|---|---|---|
| Action2<android.view.View,android.graphics.PointF> | updateAction | The action which updated this tooltip. |
| android.graphics.PointF | xyCoordinate | The PointF coordinate to update tooltip at. |