I have a dataset with the fields: supplier(id), historydate and price. I want a chart that displays all the suppliers (in diffirent color) for that article, with the price of that article (Y) and that show these for the past year (Labels).
What's the best/fastest way to automaticly/dynamicly create the series (one for each supplier, suppliers depend from article to article) from one dataset? Can this be done with LiveBindings? Or is there another way?
I'm using Delphi XE2 and I use the TeeChart Standard v2011.03.32815 32bit VCL.
Automaticly create series from a dataset (DXE2)
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Automaticly create series from a dataset (DXE2)
Hi gpraet,
The best option here probably is DBCrossTabe source. It's only included with TeeChart Pro versions though. You can download the fully functional evaluation version here. It includes tutorials and examples about this feature. You'll find differences between TeeChart versions here.
The best option here probably is DBCrossTabe source. It's only included with TeeChart Pro versions though. You can download the fully functional evaluation version here. It includes tutorials and examples about this feature. You'll find differences between TeeChart versions here.
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 |