Series.BarShape

Series.BarShape property

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

[Obsolete("Use Series.Bar3DShapeType property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Bar3DShapeType BarShape { get; set; }

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.

See Also