only_label property

only_label property

Indicates whether only the data labels for an item selection are selected.

Definition:

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

See Also