anchor property

(Offset Function(Size)?) anchor
getter/setter pair

Indicates the anchor position of this tooltip directly.

This is a function with chart size as input that you may need to calculate the position.

If set, this tooltip will no longer follow the pointer or the selected point.

Implementation

Offset Function(Size)? anchor;