Page 1 of 1

How to add dataview to the series?

Posted: Wed Oct 24, 2007 12:44 pm
by 9637789
HI
I'm using TeeChart Pro v2 for Visual Studio .NET 2003
In your TeeChart Charting Library you say that Adds the DataView through the follwing method:
public abstract Void Add(System.Data.DataView)
but how to add?
I've tried but the series data is invisible!
could you give me a code example?
thank you
best regards

Posted: Wed Oct 24, 2007 1:19 pm
by narcis
Hi swip,

Yes, you can do something as in the example Marc posted here.

Posted: Thu Oct 25, 2007 6:24 am
by 9637789
NarcĂ­s
Thanks for your help! :)