IHorizBarSeries.BarHeight
IHorizBarSeries

property BarHeight: Integer;

Type Library
TeeChartx

Description
The BarHeight property returns the height of horizontal Bars in pixels. Bar heights change at run-time when resizing or zooming the Chart. You may change the Barheight value manually using this property.

Example [Visual Basic]:

tmp = TChart1.Series(0).asHorizBar.BarHeight