Page 1 of 1

DataBinding in Steema.TeeChart.TChart for Windows Forms

Posted: Thu Nov 10, 2011 5:34 pm
by 13048043
Hello

I've got a Windows Forms project in vb.net. The main purpose of this project is to measure several laser-diodes and plot the measurement results. For plotting the Steema.TeeChart.TChart component is used.
All measured data is stored in a custom object, which contains two properties with return values as double arrays (current and power). These custom objects are stored in a list.

Is it possible to "databind" the custom object, which include the currents and the powers, to the TGraph, so when a measurement is finished the TGraph plot the binded data.

Thanks for repley
Brigitte

Re: DataBinding in Steema.TeeChart.TChart for Windows Forms

Posted: Fri Nov 11, 2011 9:37 am
by 10050769
Hello Brigitte,

I recommend you take a look in the FAQ Database usage with TeeChart where you can find some examples how to do to create DataBindings and DataSets.
I hope will helps.

Thanks,