Search found 41 matches
- Thu Dec 11, 2008 4:02 pm
- Forum: ActiveX
- Topic: ocx registration issue
- Replies: 1
- Views: 4050
ocx registration issue
Does the ocx attempt to connect to and external site during registration for authorization. This is an end user install, not a developer license.
- Tue Oct 28, 2008 1:25 pm
- Forum: ActiveX
- Topic: tchart8.ocx crash on vista
- Replies: 3
- Views: 5867
- Mon Oct 27, 2008 7:49 pm
- Forum: ActiveX
- Topic: tchart8.ocx crash on vista
- Replies: 3
- Views: 5867
tchart8.ocx crash on vista
Hi: I have a vb6 program crashing in a Vista virtual machine when a form containing the control is loaded. By peppering our source code with dialog boxes, I was able to get this error message to appear. It happens just about the time the form with the tchart control is loaded, but we never actually ...
- Tue May 13, 2008 2:22 pm
- Forum: ActiveX
- Topic: back wall gradient
- Replies: 1
- Views: 3639
back wall gradient
Hi: Simple question, I hope. Please explain to me how to show a simple gradient on the back wall, white on top, blue on the bottom. I've tried: .Walls.Back.Gradient.Direction = gdBottomTop .Walls.Back.Gradient.StartColor = RGB(255, 255, 255) .Walls.Back.Gradient.EndColor = RGB(0, 0, 255) .Walls.Back...
- Mon May 05, 2008 3:33 pm
- Forum: ActiveX
- Topic: Legend box positioning
- Replies: 6
- Views: 9880
- Fri May 02, 2008 2:05 pm
- Forum: ActiveX
- Topic: legend behaviour difference between 1 and n series values
- Replies: 1
- Views: 3765
- Fri May 02, 2008 2:00 pm
- Forum: ActiveX
- Topic: legend behaviour difference between 1 and n series values
- Replies: 1
- Views: 3765
legend behaviour difference between 1 and n series values
Hi: When plotting multiple series, the legend shows the series names. That's what I want. But in some cases, due to the data I'm feeding in, there is only one series. When that's the case, the legend switches to showing the x axis data labels. Can I override this behavior? I want to the legend to sh...
- Fri May 02, 2008 10:48 am
- Forum: ActiveX
- Topic: Legend box positioning
- Replies: 6
- Views: 9880
- Fri May 02, 2008 10:42 am
- Forum: ActiveX
- Topic: Legend box positioning
- Replies: 6
- Views: 9880
- Thu May 01, 2008 2:15 pm
- Forum: ActiveX
- Topic: Legend box positioning
- Replies: 6
- Views: 9880
Legend box positioning
Hi:
I would like to locate the legend box in the upper right of my graphs. I found the "left" and "top" attributes, but since the legend auto-sizes the width by how wide the text elements are, and there's no "width" attribute, I'm not sure how to proceed.
Do you have any suggestions?
Thanks,
Matt
I would like to locate the legend box in the upper right of my graphs. I found the "left" and "top" attributes, but since the legend auto-sizes the width by how wide the text elements are, and there's no "width" attribute, I'm not sure how to proceed.
Do you have any suggestions?
Thanks,
Matt
- Mon Apr 14, 2008 12:03 pm
- Forum: ActiveX
- Topic: function issues
- Replies: 4
- Views: 7612
Hi: I see your point about scaling and the right axis. Now I get at least something > (apparent) 0 for each function I try. I will note that you are appearing to calculate the mode as the smallest number in the set when there are no repeating values. I'm not a stats expert, but it seems to me that t...
- Mon Apr 14, 2008 11:06 am
- Forum: ActiveX
- Topic: ChartEditorPanel questions
- Replies: 11
- Views: 13231
Hi: As you see from my earlier post, I installed your demo on a brand new virtual machine -- it was the first application ever installed on the operating system -- and it displayed the same issue. Further, I have search my development machine's registry for "TreeMode" and have found nothing. Therefo...
- Sun Apr 13, 2008 2:55 pm
- Forum: ActiveX
- Topic: function issues
- Replies: 4
- Views: 7612
function issues
Hi: I'm working with functions. I've implemented many of them, but some work and some do not. My basic subroutine to enable a function is: Private Sub SetUnSetFunction(Mnu As Menu, SeriesType As Long, Label As String) With TChart1(TChartIndex) Do While .SeriesCount > 1 .RemoveSeries .SeriesCount - 1...
- Thu Apr 10, 2008 12:07 pm
- Forum: ActiveX
- Topic: ChartEditorPanel questions
- Replies: 11
- Views: 13231
- Thu Apr 10, 2008 11:05 am
- Forum: ActiveX
- Topic: ChartEditorPanel questions
- Replies: 11
- Views: 13231
Hi: Nothing specific. It is always present when the "embedded" demo is displayed, or for that matter in my app. I still have 5.x installed, but I am planning on purchasing the upgrade. I'd really hate to uninstall 5.x just now. I'll try it in a vm that has 5.x installed and in one that does not and ...