Hello
Is there a way to put legends directly on the charts ?
Thanks
Legend location
Re: Legend location
Hi marinav,
To move the legend?
You can use predefined locations:
Or a custom position:
To move the legend?
You can use predefined locations:
Code: Select all
Chart1.Legend.Alignment:=laBottom;//laTop//laRight//laLeft
Code: Select all
Chart1.Legend.CustomPosition:=true;
Chart1.Legend.Left:=50;
Chart1.Legend.Top:=100;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |