Page 1 of 1

Legend and custom position

Posted: Wed Oct 12, 2005 1:05 pm
by 9337158
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

Posted: Thu Oct 13, 2005 7:25 am
by narcis
Hi stsl,

You could try setting it programmatically using:

Code: Select all

  Chart1.Legend.CustomPosition:=true;
  Chart1.Legend.Left:=1500;

Legend and position

Posted: Thu Oct 13, 2005 9:45 am
by 9337158
Hello,

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

Regards