hide property

hide property

Determines whether the legend entry is hide. Read/write bool.

Definition:

@property
def hide(self):
    ...

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

See Also