constrained property

bool? constrained
getter/setter pair

Whether the tooltip should be constrained within the chart widget border.

If constrained, the position will be adjusted if the tooltip may overflow the chart widget border. If not, the outside part will be clipped.

If null, a default true is set.

Implementation

bool? constrained;