gap_depth property

gap_depth property

Gets or sets the distance between the data series in a 3-D chart, as a percentage of the marker width. The value of this property must be between 0 and 500.

Definition:

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

See Also