Hi team,
It's posible to bind a series XY values with a generic list <T> that implements IEnumerable?
My teechart version is 2.0.3033.18431
Best Regards.
Tenaris Team
Teechar for .Net Binding IEnumerable
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Teechar for .Net Binding IEnumerable
Hi Tenaris,
Currently TeeChart supports List but not List<T> as discussed here. The item in the wish-list I mentioned there is TF02013957 and have increased its priority. In the meantime you can do what I posted in that thread.
Also you may be interested in using ObservableCollection<T> as in the example I posted here. This is using latest TeeChart .NET version though, not v2.
Currently TeeChart supports List but not List<T> as discussed here. The item in the wish-list I mentioned there is TF02013957 and have increased its priority. In the meantime you can do what I posted in that thread.
Also you may be interested in using ObservableCollection<T> as in the example I posted here. This is using latest TeeChart .NET version though, not v2.
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 |