How to add dataview to the series?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
swip
Newbie
Newbie
Posts: 8
Joined: Mon Jul 18, 2005 4:00 am

How to add dataview to the series?

Post by swip » Wed Oct 24, 2007 12:44 pm

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

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

Post by Narcís » Wed Oct 24, 2007 1:19 pm

Hi swip,

Yes, you can do something as in the example Marc posted 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
Image Image Image Image Image Image
Instructions - How to post in this forum

swip
Newbie
Newbie
Posts: 8
Joined: Mon Jul 18, 2005 4:00 am

Post by swip » Thu Oct 25, 2007 6:24 am

Narcís
Thanks for your help! :)

Post Reply