TCustomTeePanel.ChartWidth
TCustomTeePanel
property ChartWidth: Integer;
Unit
TeeProcs
Description
Run-time and read only. The ChartWidth property indicates the total width in pixels between the Left and Right Chart Axis positions.
It is equal to:
ChartWidth:=ChartRect.Right-ChartRect.Left;
This IS NOT the same as Chart1.Width, because Chart margins, Axis margins, Legend width, etc are first substracted from the Chart horizontal size.