bar_3d_shape_type property

bar_3d_shape_type property

Gets or sets the 3D shape type used with the 3-D bar or column chart.

Definition:

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

See Also