Search found 4 matches

by JediOutcast
Tue Oct 04, 2016 11:08 pm
Forum: ActiveX
Topic: Limiting chart display to 100 of 1000 points in a series?
Replies: 1
Views: 7855

Limiting chart display to 100 of 1000 points in a series?

Thanks Marc Meumann for helping me on my last issue. I've made good of progress but have a new issue. I need a little help. I cant get my chart to only display the last 100 out of 1000 samples in a series. Is this possible? It almost works. I may just need a way to force the chart to display correct...
by JediOutcast
Fri Sep 09, 2016 5:48 pm
Forum: ActiveX
Topic: How do you build/use a TChart AX wrapper dll, C++ MFC App
Replies: 3
Views: 14589

Re: How do you build/use a TChart AX wrapper dll, C++ MFC App

Marc, Thanks for the reply and great links, I really appreciate it. It's compiling, linking and running fine now as a static lib. ( C++ MFC, Visual studio 2008, 32 bit) I created a directory and new project in my solution called "MyTeeChart" with all the files from "New VC Classes" selecting Win32, ...
by JediOutcast
Fri Sep 09, 2016 5:48 pm
Forum: ActiveX
Topic: How do you build/use a TChart AX wrapper dll, C++ MFC App
Replies: 3
Views: 14589

Re: How do you build/use a TChart AX wrapper dll, C++ MFC App

Marc, Thanks for the reply and great links, I really appreciate it. :) It's compiling, linking and running fine now as a static lib. ( C++ MFC, Visual studio 2008, 32 bit, Old School) I created a directory and new project in my solution called "MyTeeChart" with all the files from "New VC Classes" se...
by JediOutcast
Thu Sep 01, 2016 12:58 am
Forum: ActiveX
Topic: How do you build/use a TChart AX wrapper dll, C++ MFC App
Replies: 3
Views: 14589

How do you build/use a TChart AX wrapper dll, C++ MFC App

I built and ran the C++ examples in VS 2008, 32 bit. I built and ran a basic C++ MFC Dialog app with a CTChart and updated it with an array of data. I moved the TeeChart files into a TeeChard.dll project in the solution but cant get the executable to link. It builds a dll and lib file but wont link ...