Stretchwickster
Programmer
Hi,
I've used the following lines of code to create and set the width of a TChart, which I've called memoryChart1.
memoryChart1 := TChart.Create(nil);
memoryChart1.Width := 600;
memoryChart1.Parent := Self;
No matter what size (I've tried 100, 300 and 600) I assign to memoryChart1.Width, it seems to have no effect. It always ends up being equal to 545. Is there some other setting that I need to turn off?
Your help would be much appreciated. Clive![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)
I've used the following lines of code to create and set the width of a TChart, which I've called memoryChart1.
memoryChart1 := TChart.Create(nil);
memoryChart1.Width := 600;
memoryChart1.Parent := Self;
No matter what size (I've tried 100, 300 and 600) I assign to memoryChart1.Width, it seems to have no effect. It always ends up being equal to 545. Is there some other setting that I need to turn off?
Your help would be much appreciated. Clive
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)