The time to red cross depends on hardware and mainwindow size.
Here you can follow 1 minute of runtime on my comuter. I check and uncheck "Check Teechart Drawing" several times
http://www.screencast.com/t/p0QVqKqq
Search found 5 matches
- Thu Sep 17, 2015 10:40 pm
- Forum: .NET
- Topic: Using a DataTable as DataSource
- Replies: 8
- Views: 11643
- Thu Sep 17, 2015 8:19 pm
- Forum: .NET
- Topic: Using a DataTable as DataSource
- Replies: 8
- Views: 11643
Re: Using a DataTable as DataSource
My OS is Windows 8.1
- Wed Sep 16, 2015 9:11 pm
- Forum: .NET
- Topic: Using a DataTable as DataSource
- Replies: 8
- Views: 11643
Re: Using a DataTable as DataSource
Version is 4.1.2015.8064 (Net 4.51) Your video shows, what I expect. Thank you for turning off zoom! If you switch off "Check TeeChart drawing" (lower left corner) you get the red cross error after a few seconds. Presumably because "CheckDataSource()" is called, even though the last drawing was not ...
- Tue Sep 15, 2015 9:27 pm
- Forum: .NET
- Topic: Using a DataTable as DataSource
- Replies: 8
- Views: 11643
Re: Using a DataTable as DataSource
Hello Christopher, Tanks for your answer! If you take a look in my attached application, you will see, there is only one thread, which is putting data into the DataTable. This DataTable is bound to the teechart in the GUI-Thread. A event signals, that theechart should update, if it is not busy and d...
- Tue Sep 15, 2015 9:48 am
- Forum: .NET
- Topic: Using a DataTable as DataSource
- Replies: 8
- Views: 11643
Using a DataTable as DataSource
I had troubles with using a DataTable as DataSource in a multithreading application and TeeChart.net 4.1.2015.08060. The structure: A thread collects data from a external device and add them into a DataTable. Cycle: < 1 Second. For each column (except 1st column containing a TimeStamp) a "line" seri...