gridline_color property

gridline_color property

Gets or sets gridline colr.

Remarks

It will ignore the gridline color settings in the source file.

Definition:

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

See Also