Search found 25 matches

by Craig
Fri Jul 13, 2007 2:59 pm
Forum: ActiveX
Topic: Area graph overlapping problem
Replies: 8
Views: 14351

Thanks, that is probably the answer. Although I think it would be rather difficult at design time to know which series should be first/last. I wish there was an option like that in the graph control somewhere. I also do not want to really add much programming for this since our product is designed a...
by Craig
Thu Jul 12, 2007 2:29 pm
Forum: ActiveX
Topic: Area graph overlapping problem
Replies: 8
Views: 14351

But the stacked option completely changes the way the graph looks, it does not give the desired effect.
by Craig
Wed Jul 11, 2007 4:49 pm
Forum: ActiveX
Topic: Area graph overlapping problem
Replies: 8
Views: 14351

Actually, you can see this problem in one the feature demos. The best example I found was under 'Previous version->New Chart Tools->Page Number Tool'. You may need to click on it a few times to get good random numbers where Series1 is higher than Series0. Then click Edit, select both series, then 'C...
by Craig
Thu Jul 05, 2007 3:13 pm
Forum: ActiveX
Topic: Area graph overlapping problem
Replies: 8
Views: 14351

Area graph overlapping problem

Using version 6.006. Starting with a line series graph (multiple horizontal lines), from graph control switch them to area graphs. Now the highest line color takes over the entire graph area below it, hiding all other series. Is this a bug, is there some way around it?. Setting the transparency can ...
by Craig
Tue Apr 10, 2007 6:05 pm
Forum: ActiveX
Topic: Remove items from Legend?
Replies: 1
Views: 5023

Remove items from Legend?

My legend is set to show series values, it is a Map series. Is there any way to set some values to not show in legend?
by Craig
Wed Feb 14, 2007 10:50 pm
Forum: ActiveX
Topic: Is there a TeeChart .lib file?
Replies: 5
Views: 10814

The answer is to compile the teechart files into a static library project, then include that project in your solution. You should use a precompiled header stdafx.h that includes MFC OLE support. Even if you only use it in one project, it really speeds things up.
by Craig
Wed Jan 10, 2007 9:41 pm
Forum: ActiveX
Topic: Is there a TeeChart .lib file?
Replies: 5
Views: 10814

Actually, that common folder business won't work, wouldn't that be the same as trying to use the same folder from the other project? Which is the problem I had to begin with, the files need to added into the current project, otherwise I get unresolved external link errors. I guess I'll just have to ...
by Craig
Wed Jan 10, 2007 6:53 pm
Forum: ActiveX
Topic: Is there a TeeChart .lib file?
Replies: 5
Views: 10814

Correction on that. The .cpp file are given, but they provide a method to build the libraries, that seems to be how most of this stuff is done.
by Craig
Wed Jan 10, 2007 6:33 pm
Forum: ActiveX
Topic: Is there a TeeChart .lib file?
Replies: 5
Views: 10814

Thanks, I should have thought of that. A library file would however eliminate the need to compile all those files at all ( I think ). I just know that other products we use, like objective grid, we just import the library, there are no .cpp files.
by Craig
Thu Jan 04, 2007 9:31 pm
Forum: ActiveX
Topic: Is there a TeeChart .lib file?
Replies: 5
Views: 10814

Is there a TeeChart .lib file?

I understand that in a C++ project, I have to add the TeeChart .h and .cpp files into the project. But if I'm including that project in another solution, with another project also using the TeeChart control, I need to add them there as well, so all the TeeChart .h and .cpp's need to get compiled twi...
by Craig
Mon Jun 06, 2005 4:19 pm
Forum: ActiveX
Topic: All series' do not fit in legend
Replies: 1
Views: 4742

All series' do not fit in legend

If I have over 30 or so series on my graph, the legend cannot show them all because there seems to be a built in limit for the legend size cannot be bigger than the graph. Is there a way around this, like changing the resolution or a scroll bar in the legend? I'm using version 6.006
by Craig
Fri Dec 10, 2004 6:19 pm
Forum: VCL
Topic: OnClickBackground overrides Zoom?
Replies: 1
Views: 4988

OnClickBackground overrides Zoom?

When i use the onclickbackground event, i can no longer zoom by default with left mouse button drag. How can i work around this? version 6.
by Craig
Fri Apr 02, 2004 3:53 pm
Forum: ActiveX
Topic: Possible to persist Marks Tip?
Replies: 6
Views: 13922

Thanks Pep, but I had a slightly different solution. I used the Nearest Point Tool along with the Annotation tool. In 'OnMouseEnterSeries', I set the Nearest Point tool to the current series, then in 'OnNearestToolChange', I set the Annotation text based on the current point and set its position and...
by Craig
Wed Mar 24, 2004 4:52 pm
Forum: ActiveX
Topic: Possible to persist Marks Tip?
Replies: 6
Views: 13922

Sorry Pep, I do not have VB installed, I only use C++, so I cannot look at your example. Maybe you could just tell me what functions/properties I should be looking at.
by Craig
Tue Mar 23, 2004 6:25 pm
Forum: ActiveX
Topic: Possible to persist Marks Tip?
Replies: 6
Views: 13922

Possible to persist Marks Tip?

I wonder if it is possible to keep the Marks Tip tool displayed indefinitely? As far as I can see, you can only set the initial delay.