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
Legend and custom position
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi stsl,
You could try setting it programmatically using:
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 |
Instructions - How to post in this forum |
Legend and position
Hello,
Ok, it works but not inside the Chart Editor. The max value of the up control is 1000.
Regards
Ok, it works but not inside the Chart Editor. The max value of the up control is 1000.
Regards