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
ErrorBar-Series: Adding Data with DataMember
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,
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 |
Instructions - How to post in this forum |