Actual width of chart.

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MVBobj
Newbie
Newbie
Posts: 34
Joined: Fri Jul 17, 2015 12:00 am
Contact:

Actual width of chart.

Post by MVBobj » Tue Apr 12, 2016 7:57 pm

Hi,

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

Thanks.
.

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Actual width of chart.

Post by Yeray » Wed Apr 13, 2016 1:23 pm

Hello,

The left position is:

Code: Select all

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

Code: Select all

  Chart1.ChartRect.Right-2
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply