hide property

hide property

Returns or sets the hide flag of legend entry. Read/write bool.

Definition:

@property
def hide(self):
    ...

@hide.setter
def hide(self, value):
    ...

See Also