anchor property

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

Indicates the anchor position of this annotation directly.

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

If set, this annotation's position will no longer determined by variables and values.

Implementation

Offset Function(Size)? anchor;