ErrorBar-Series: Adding Data with DataMember

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
schafma
Newbie
Newbie
Posts: 10
Joined: Wed Jan 25, 2006 12:00 am

ErrorBar-Series: Adding Data with DataMember

Post by schafma » Tue Jun 09, 2009 2:57 pm

Hello,

I'm just trying to fill an ErrorBar-Series with data out of a DataTable-Object using the DataMember/DataSource Methode.
This works fine with the Xvalues and Yvalues but the ErrorValues won't work. Inspecting the contens of the ErrorValues collection after the DataSource calls showed that no data has been added to the ErrorValues collection resp. the Data is still 0.

I used this code for adding the data:

ES.XValues.DataMember = "ExpTime"
ES.YValues.DataMember = "value"
ES.ErrorValues.DataMember = "error"
ES.DataSource = DT
CH.Series.Add(ES)

Thank you for any ideas what is going wrong.

I'm using the Version .NET 2.0.3309.32489

Marcus

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Post by Sandra » Wed Jun 10, 2009 9:33 am

Hello schafma,


I could reproduce your problem with last version of TeeChartFor .NET (version 4) and I have added to the list of Bug Report with number [TF02014230] we will try to fix it for next versions of TeeChart .NET.

Thanks,
Best Regards,
Sandra Pazos / 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