plot_visible_cells_only property

plot_visible_cells_only property

Indicates whether plot visible cells only.

Definition:

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

See Also