Search found 25 matches
- Fri Jul 13, 2007 2:59 pm
- Forum: ActiveX
- Topic: Area graph overlapping problem
- Replies: 8
- Views: 15418
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...
- Thu Jul 12, 2007 2:29 pm
- Forum: ActiveX
- Topic: Area graph overlapping problem
- Replies: 8
- Views: 15418
- Wed Jul 11, 2007 4:49 pm
- Forum: ActiveX
- Topic: Area graph overlapping problem
- Replies: 8
- Views: 15418
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...
- Thu Jul 05, 2007 3:13 pm
- Forum: ActiveX
- Topic: Area graph overlapping problem
- Replies: 8
- Views: 15418
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 ...
- Tue Apr 10, 2007 6:05 pm
- Forum: ActiveX
- Topic: Remove items from Legend?
- Replies: 1
- Views: 5281
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?
- Wed Feb 14, 2007 10:50 pm
- Forum: ActiveX
- Topic: Is there a TeeChart .lib file?
- Replies: 5
- Views: 11615
- Wed Jan 10, 2007 9:41 pm
- Forum: ActiveX
- Topic: Is there a TeeChart .lib file?
- Replies: 5
- Views: 11615
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 ...
- Wed Jan 10, 2007 6:53 pm
- Forum: ActiveX
- Topic: Is there a TeeChart .lib file?
- Replies: 5
- Views: 11615
- Wed Jan 10, 2007 6:33 pm
- Forum: ActiveX
- Topic: Is there a TeeChart .lib file?
- Replies: 5
- Views: 11615
- Thu Jan 04, 2007 9:31 pm
- Forum: ActiveX
- Topic: Is there a TeeChart .lib file?
- Replies: 5
- Views: 11615
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...
- Mon Jun 06, 2005 4:19 pm
- Forum: ActiveX
- Topic: All series' do not fit in legend
- Replies: 1
- Views: 4992
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
- Fri Dec 10, 2004 6:19 pm
- Forum: VCL
- Topic: OnClickBackground overrides Zoom?
- Replies: 1
- Views: 5258
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.
- Fri Apr 02, 2004 3:53 pm
- Forum: ActiveX
- Topic: Possible to persist Marks Tip?
- Replies: 6
- Views: 15072
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...
- Wed Mar 24, 2004 4:52 pm
- Forum: ActiveX
- Topic: Possible to persist Marks Tip?
- Replies: 6
- Views: 15072
- Tue Mar 23, 2004 6:25 pm
- Forum: ActiveX
- Topic: Possible to persist Marks Tip?
- Replies: 6
- Views: 15072
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.