gap_depth property

gap_depth property

Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart. Read/write int.

Definition:

@property
def gap_depth(self):
    ...

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

See Also