Search found 3 matches
- Tue Jun 26, 2012 1:59 pm
- Forum: .NET
- Topic: surface- and colorgrid-plot
- Replies: 1
- Views: 3167
surface- and colorgrid-plot
Hello Following situation: measured signals from an electrical device (about 0.04 - 40 micro ampere in strength), signals are measured in an x-y plane. What i want is to draw the signal values (z-values) in the x-y-plane first using a colorgrid und second using a surface plot. The x, y and signal va...
- Mon Nov 14, 2011 4:33 pm
- Forum: .NET
- Topic: change DataSource of FastLine during runtime
- Replies: 1
- Views: 2683
change DataSource of FastLine during runtime
Hello I've got a Fastline-Object and changing his Datasource-Property at runtime. My DataSource-object is a DataSet-Object. When the DataSource-Property is changed, the TChart have to repaint the FastLine proper to the new DataSource-Values. I do this via the CheckDataSource-Methode of the FastLine....
- Thu Nov 10, 2011 5:34 pm
- Forum: .NET
- Topic: DataBinding in Steema.TeeChart.TChart for Windows Forms
- Replies: 1
- Views: 2780
DataBinding in Steema.TeeChart.TChart for Windows Forms
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...