TCustomTeePanel.CustomChartRect
TCustomTeePanel
property CustomChartRect: Boolean;
Unit
TeeProcs
Description
Default is False.
When CustomChartRect property is set to True, after assigning a new ChartRect, this property is automatically recalculated to fit in visible chart objects like: axes, headers, footers, legend, etc.; Setting CustomChartRect back to False will return original ChartRect.
Example:
Chart1.CustomChartRect := True;
Chart1.ChartRect := Rect( 35, 60, 22, 40 );