Contents  All Classes  Index A-Z  All Units


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.


Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.