BarShape

Constants which define the shape used by a bar chart series.

Square box

Box = 0

Truncated cone-shaped bar.

ConeToMax = 5

Cone-shaped bar extending to the series maximum.

ConeToPoint = 4

Cylinder shaped bar.

Cylinder = 3

Truncated pyramid-shaped bar.

PyramidToMax = 2

Pyramid-shaped bar extending to the series maximum.

PyramidToPoint = 1