Interface TooltipLayoutHelper.SeriesTooltipCallback<T>
Defines a callback which allows to update series tooltip with latest information for specified (x, y) coordinates on screen
Namespace:
Assembly: .dll
Syntax
public static interface TooltipLayoutHelper.SeriesTooltipCallback<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
tryUpdateTooltip(T seriesTooltip, float x, float y)
Tries to update tooltip with latest information for specified (x, y) coordinates on screen
Declaration
public abstract boolean tryUpdateTooltip(T seriesTooltip, float x, float y)
Parameters
| Type | Name | Description |
|---|---|---|
| T | seriesTooltip | The tooltip to update |
| float | x | The x coordinate on screen |
| float | y | The y coordinate on screen |
Returns
| Type | Description |
|---|---|
| boolean | True if update was successful, otherwise false |