EBarStyle

type EBarStyle = (bsRectangle, bsPyramid, bsInvPyramid, bsCylinder, bsEllipse, bsArrow, bsRectGradient, bsCone, bsBevel, bsSlantCube, bsDiamond, bsInvArrow, bsInvCone, bsCustom, bsRoundRectangle);

Type Library
TeeChartx

Description
EBarStyle defines the possible values of the CustomBarSeries.BarStyle property.

These are the possible Bar styles:

bsRectangle = 0

bsPyramid = 1

bsInvPyramid = 2

bsCilinder = 3

bsEllipse = 4

bsArrow = 5

bsRectGradient = 6

See note on use of Enum constants in differing development environments.