Teechar for .Net Binding IEnumerable

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Dautm
Newbie
Newbie
Posts: 18
Joined: Sat Oct 04, 2003 4:00 am
Location: Dalmine

Teechar for .Net Binding IEnumerable

Post by Dautm » Thu Dec 30, 2010 2:41 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Teechar for .Net Binding IEnumerable

Post by Narcís » Thu Dec 30, 2010 3:08 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply