Page 1 of 1

Teechar for .Net Binding IEnumerable

Posted: Thu Dec 30, 2010 2:41 pm
by 8120110
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

Re: Teechar for .Net Binding IEnumerable

Posted: Thu Dec 30, 2010 3:08 pm
by narcis
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.