Page 1 of 1

Actual width of chart.

Posted: Tue Apr 12, 2016 7:57 pm
by 16475083
Hi,

Here's a question for you...
TeeChart1.jpg
TeeChart1.jpg (19.88 KiB) Viewed 5546 times
I would swear I figured this out before but I can't find it.

Thanks.
.

Re: Actual width of chart.

Posted: Wed Apr 13, 2016 1:23 pm
by yeray
Hello,

The left position is:

Code: Select all

  Chart1.ChartRect.Left+2
The right position is:

Code: Select all

  Chart1.ChartRect.Right-2