[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChart.BarShape

BarShape Property

BarShape

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

Declaration
BarShape BarShape { get; set; }
Property BarShape As BarShape
Examples
IChart chart = worksheet.Shapes.AddChart(ChartType.ColumnClustered3D, 20, 20, 300, 200).Chart;
chart.BarShape = BarShape.Cylinder;
BarShape barShape = chart.BarShape;