Contents  All Classes  Index A-Z  All Units


TCustomTeePanel.CustomChartRect
TCustomTeePanel

property CustomChartRect: Boolean;

Unit
TeeProcs

Description
Default is False.

Gets or sets a flag indicating the ChartRect (TRect) public variable should be automatically calculated or not.

By default Charts automatically calculate the ChartRect rectangle based on the size of Chart margins, bevels, border, and the size of Axis Ticks, Labels and Axis LabelsFont size.

You can customize ChartRect to fixed pixel values by setting CustomChartRect property to True.

Example:

Chart1.CustomChartRect := True;
Chart1.ChartRect := Rect( 35, 60, 22, 40 );



Submit your feedback about this page.

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