overlap property

overlap property

Specifies how bars and columns are positioned. Can be a value between – 100 and 100. Applies only to 2-D bar and 2-D column charts.

Definition:

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

See Also