Search found 10 matches

by Mark#1
Wed Dec 13, 2006 3:46 pm
Forum: ActiveX
Topic: TeeChart ActiveX in VB2005 Express
Replies: 2
Views: 4372

Got it. Thank you! Some of the new terminology in VB2005 had me looking in the wrong place.

Thanks again,

-Mark
by Mark#1
Wed Dec 13, 2006 3:21 pm
Forum: ActiveX
Topic: TeeChart ActiveX in VB2005 Express
Replies: 2
Views: 4372

TeeChart ActiveX in VB2005 Express

Sorry for the simple question, but can I use my ActiveX version of TeeChart (version 7 Pro) in VB 2005 Express? I can find the control using the "Add Reference" dialog in VB 2005, but nothing seems to happen when I click on it or try to add it to a .net project.

Thanks in advance,

-Mark
by Mark#1
Mon May 15, 2006 3:05 pm
Forum: ActiveX
Topic: changing a few properties of 3d surface plots
Replies: 3
Views: 5072

Thanks for the reply: Regarding query #1. Is there an easy way to make this a dynamic process? I am uncertain as to how I could pass information to this function to accomplish my goal. Ultimately, I would like to have a user be able to select a menu item such as "Disable tick marks", and then have t...
by Mark#1
Thu May 11, 2006 3:10 pm
Forum: ActiveX
Topic: changing a few properties of 3d surface plots
Replies: 3
Views: 5072

changing a few properties of 3d surface plots

Greetings: I am using v7.0.0.2 to generate some very nice 3d surface plots. However, I am trying to implement code that allows for more flexible modification of the graphs. There are two things that I want to achieve: 1) I need to remove axis tick labels. Right now, I use the following code: TChart1...
by Mark#1
Mon Sep 13, 2004 8:04 pm
Forum: ActiveX
Topic: Perimeter function help file errors
Replies: 4
Views: 6512

v 7.0.0.2

Just noticed that I have v 7.0.0.2 (downloaded earlier this month, version info seen when I right-click on the control in my app). Is there a more recent one? If so, where do I get an updated control? As an aside...is it best to completely uninstall my old version before updating files? Thanks, -Mark
by Mark#1
Mon Sep 13, 2004 1:52 pm
Forum: ActiveX
Topic: Perimeter function help file errors
Replies: 4
Views: 6512

I can access basic information on the Iperimeterfunction, however, the help file generates errors when I try to view the function's methods. Specifically, after bringing up information on IPerimeterfunction, I then click on "Methods", which opens a separate help file window listing the function's me...
by Mark#1
Sun Sep 12, 2004 5:14 pm
Forum: ActiveX
Topic: Perimeter function help file errors
Replies: 4
Views: 6512

Perimeter function help file errors

I'm intrigued by the new perimeter function in TeeChart 7. However, the help file generates errors when I try to examine the methods of the functions.

Can someone point out 1) the hierarchy required to access the function/methods, and 2) a description of the function's methods?

Thanks,

-Mark
by Mark#1
Mon Sep 06, 2004 3:07 pm
Forum: ActiveX
Topic: surface plot re-sizes when rotated
Replies: 2
Views: 4693

Excellent

Thank you. I didn't quite understand the effects of the .Orthogonal property, and in fact had it set to true. Now that it is set to False, BOTH of my problems have been solved (resizing and scaling).

This is exactly what I needed. Thank you VERY much!

-Mark
by Mark#1
Fri Sep 03, 2004 3:24 pm
Forum: ActiveX
Topic: surface plot re-sizes when rotated
Replies: 2
Views: 4693

surface plot re-sizes when rotated

I'm still working with surface plots using TeeChart 7 (see my post below...feel free to chime in if you have suggestions on that topic!). Right now, I'm struggling with a very simple problem. I set up surface plot dimensions during design time. However, during run time, when the surface plots are ro...
by Mark#1
Tue Aug 31, 2004 4:03 pm
Forum: ActiveX
Topic: dynamically setting X and Z axis lengths on surface plots
Replies: 3
Views: 7118

dynamically setting X and Z axis lengths on surface plots

I'm using TeeChart 7 AX to generate surface plots based on user provided data. X coordinates (bottom axis) coorespond to geographical coordinates (East/West), Z coordinates (depth axis) coorespond to North/South geographical coordinates, and Y axes coorespond to surface plot heights. Ideally, I woul...