Hi,
I have a procedure updating the Legend[].item.text value in order to make the Legend more readable. However, it seems that the legend items can then overlap each other. Can I refresh the legend to update item positions or manually set the required length of the legend items?
Regards,
Chris
Updating Legend[].item text afterward
Re: Updating Legend[].item text afterward
Hello Chris,
Have you tried setting
Ie:
Have you tried setting
Legend.VertSpacing
?Ie:
Code: Select all
Chart1.Legend.VertSpacing:=10;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |