ICustomBarSeries.BarStyle
ICustomBarSeries

property BarStyle: EBarStyle;

Type Library
TeeChartx

Description
Default Value: bsRectangle

The BarStyle property defines the Bar shape used to draw Bars.

Example [Visual Basic]:

This example sets the BarStyle to the Pyramid type.

TChart1.Series(0).asBar.BarStyle = bsPyramid