add_tooltip_text property

add_tooltip_text property

Indicates whether adding tooltip text when the data can’t be fully displayed. The default value is false.

Definition:

@property
def add_tooltip_text(self):
    ...
@add_tooltip_text.setter
def add_tooltip_text(self, value):
    ...

See Also