Search found 4 matches
- Fri Jun 28, 2013 5:50 am
- Forum: ActiveX
- Topic: Help - Quantity of data to delete must be less than Count
- Replies: 3
- Views: 8337
Re: Help - Quantity of data to delete must be less than Count
I have handled the situation using below DeleteSeriesAt function, but then too i am getting the same error where int nSeries = series index int Idx = start index int iDeleteCount = delete count ABS = is a local function which returns positive value void CGLTChart::DeleteSeriesAt(int nSeries,int Idx,...
- Thu Jun 27, 2013 6:02 am
- Forum: ActiveX
- Topic: Help - Quantity of data to delete must be less than Count
- Replies: 3
- Views: 8337
Help - Quantity of data to delete must be less than Count
We were using TeeChart6 activex control and shifted to TeeChart2013 just for the sake of getting TeeChart work on 64 bit systems. Problem - We keep adding data for line graph every second. When it reaches more than 15000 X-axis elements we delete the first point and add new point at the end for sake...
- Tue May 14, 2013 11:58 am
- Forum: ActiveX
- Topic: Teechart6 64bit support
- Replies: 2
- Views: 7233
Re: Teechart6 64bit support
We have even purchased the latest TeeChart2012 to support 64bit systems.
- Tue May 14, 2013 6:15 am
- Forum: ActiveX
- Topic: Teechart6 64bit support
- Replies: 2
- Views: 7233
Teechart6 64bit support
We were using your TeeChart6.ocx in our projects developed in VS2005 VC++. Though teechart is working fine in 32 bit systems its not supported in 64bit systems. Searching in your forums found the below link. http://www.teechart.net/support/viewtopic.php.p=39735 And it states that we need to use Upda...