gap_width property

gap_width property

Specifies the space between bar or column clusters, as a percentage of the bar or column width. Read/write int.

Definition:

@property
def gap_width(self):
    ...

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

See Also