TCustomTeePanel.ChartHeight

TCustomTeePanel.ChartHeight
TCustomTeePanel

property ChartHeight: Integer;

Unit
TeeProcs

Description
Run-time and read only. The ChartHeight property indicates the total height in pixels between the Top and Bottom Chart Axis positions.

It is equal to:

ChartHeight:=ChartRect.Bottom-ChartRect.Top;

This IS NOT the same as Chart1.Height, because Chart margins, Axis margins, Legend width, etc are first substracted from the Chart vertical size.