bar_shape property

bar_shape property

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

Remarks

NOTE: This member is now obsolete. Instead, please use ASeries.Bar3DShapeType property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also