Legend location
Posted: Sun Mar 20, 2011 10:59 am
Hello
Is there a way to put legends directly on the charts ?
Thanks
Is there a way to put legends directly on the charts ?
Thanks
Steema Software - Customer Support Forums
http://216.92.101.67/support/
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;