Hi I'm creating area series manually on a Chart and i need them to stack but can not get the syntax to work - Can someone please give me an example.
ie
Cnt:=Cnt+1;
Chart3.AddSeries(TAreaSeries);
Chart3.Series[Cnt].Title:=Trim(Report3.FieldByName('SRef').AsString);
i need to now tell the areaseries's to be stacked ???
Thanks
Stacking Problem
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |