Interface IAxisTooltip
Defines interface which represent tooltip which can be placed on IAxis
Namespace:
Assembly: .dll
Syntax
public interface IAxisTooltip extends ITooltip, IAxisInfoUpdatable, IThemeable
Methods
getAxisInfo()
Gets the underlying AxisInfo for current tooltip
Declaration
public abstract AxisInfo getAxisInfo()
Returns
Type | Description |
---|---|
AxisInfo | The AxisInfo associated with tooltip instance |
updateTooltip(Action1<View> updateAction)
Updates tooltips with specified updateAction
Declaration
public abstract void updateTooltip(Action1<View> updateAction)
Parameters
Type | Name | Description |
---|---|---|
Action1<android.view.View> | updateAction | The action which updated this tooltip |