Search found 4 matches

by mch
Wed Feb 17, 2016 11:15 pm
Forum: VCL
Topic: Generally disable the new "hover" effect of 2014.12
Replies: 18
Views: 38254

Re: Generally disable the new "hover" effect of 2014.12

It's working now. I had to generate the CHover class file from the ocx, add the GetHover() method from the CTChart class. Why weren't the hover.h file included in "Steema Software\TeeChart Pro v2015 ActiveX Control\Utilities\New VC Classes" folder originally? It would have saved me all the digging. ...
by mch
Wed Feb 17, 2016 2:51 pm
Forum: VCL
Topic: Generally disable the new "hover" effect of 2014.12
Replies: 18
Views: 38254

Re: Generally disable the new "hover" effect of 2014.12

Hi,
Thanks for the quick reply but there is no Hover() method nor Hover member in CTChart class...
In case you didn't catch it, I am using C++.
Thanks
by mch
Tue Feb 16, 2016 11:04 pm
Forum: VCL
Topic: Generally disable the new "hover" effect of 2014.12
Replies: 18
Views: 38254

Re: Generally disable the new "hover" effect of 2014.12

... and how would I do that in c++ per chart? I didn't find any method to set the Hover option to FALSE.

Any help is appreciated. Thanks!
by mch
Fri Oct 09, 2015 10:13 pm
Forum: ActiveX
Topic: Teechart 7 -> Teechart 2015 Performance degradation
Replies: 1
Views: 7610

Teechart 7 -> Teechart 2015 Performance degradation

Our software worked perfectly with TeeChart 7 when plotting in real-time. Since we've upgraded to TeeChart 2015, we have serious performance issue. CPU usage it's up to the roof. We're using fastline series, set auto paint to true/false to disabled drawing when adding points, etc... Anyone is experi...