multiTuples property

bool? multiTuples
getter/setter pair

Whether to show multiple tuples or only single tuple in this tooltip.

For single tuple, variables are layed in rows showing title and value. For multiple tuples, tuples are layed in rows showing the 2 variables values.

If null, it will varies according to triggering selector, that true for an IntervalSelection or Selection.variable is set, and false otherwise.

Implementation

bool? multiTuples;