Legend and custom position

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
stsl
Newbie
Newbie
Posts: 26
Joined: Mon Apr 19, 2004 4:00 am
Location: France

Legend and custom position

Post by stsl » Wed Oct 12, 2005 1:05 pm

Hello,

I have a problem with a legend and the custom position option. It's not possible to choose a value biggest than 1000 (Custom, left).

Regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 13, 2005 7:25 am

Hi stsl,

You could try setting it programmatically using:

Code: Select all

  Chart1.Legend.CustomPosition:=true;
  Chart1.Legend.Left:=1500;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

stsl
Newbie
Newbie
Posts: 26
Joined: Mon Apr 19, 2004 4:00 am
Location: France

Legend and position

Post by stsl » Thu Oct 13, 2005 9:45 am

Hello,

Ok, it works but not inside the Chart Editor. The max value of the up control is 1000.

Regards

Post Reply