is_gridlines_visible property

is_gridlines_visible property

Gets or sets a value indicating whether the gridlines are visible.Default is true.

Definition:

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

See Also