T
- The series tooltip typepublic static interface TooltipLayoutHelper.SeriesTooltipCallback<T extends ISeriesTooltipCore>
Modifier and Type | Method and Description |
---|---|
boolean |
tryUpdateTooltip(T seriesTooltip,
float x,
float y)
Tries to update tooltip with latest information for specified (x, y) coordinates on screen
|
boolean tryUpdateTooltip(T seriesTooltip, float x, float y)
seriesTooltip
- The tooltip to updatex
- The x coordinate on screeny
- The y coordinate on screen