Search found 11 matches

by ProgLabs
Mon Jun 27, 2005 7:23 pm
Forum: ActiveX
Topic: Migrating VB6 project with ActiveX TeeChart v6.0.0.5 to .NET
Replies: 3
Views: 6722

Hello,

I looked over the instructions, but it does not help with having forms designed with the ActiveX control in VB6. There must be something else that I am overlooking. Could anyone please help.

ProgLabs
by ProgLabs
Thu Jun 23, 2005 4:18 pm
Forum: ActiveX
Topic: Migrating VB6 project with ActiveX TeeChart v6.0.0.5 to .NET
Replies: 3
Views: 6722

Migrating VB6 project with ActiveX TeeChart v6.0.0.5 to .NET

:( I have a Visual Studio 6 Visual Basic project that uses the TeeChart 6 ActiveX control extensively. I am attempting to migrate the project to Visual Studio .NET 2003 and each time the migration reaches the form that uses a TeeChart control the wizard hangs on the step where it parses the VB form....
by ProgLabs
Wed Jun 09, 2004 4:09 am
Forum: ActiveX
Topic: Overrunning Bottom Axis Labels
Replies: 1
Views: 5049

Overrunning Bottom Axis Labels

How can I prevent X-Axis labels from multiple series from overrunning each other?
by ProgLabs
Sun Jun 06, 2004 5:37 am
Forum: ActiveX
Topic: Bar-Graph Offset
Replies: 2
Views: 6363

I am using the 3D bar graph series. In either case I tried to use the origin property as:

tcBarGraph.Series(0).asBar3D.Origin = 100
tcBarGraph.Series(0).asBar3D.UseOrigin = True

And this appears to have no effect on the bar graph whatsoever. Please help.
by ProgLabs
Tue Jun 01, 2004 2:29 pm
Forum: ActiveX
Topic: Bar-Graph Offset
Replies: 2
Views: 6363

Bar-Graph Offset

:?: I am looking for a way to display the TeeChart bar graph in such a way that the bars start from 100 and draw up or down depending on the value. What I mean is if the value I am trying to display is 80, I need the bar to start from 100 and draw down to 80. If I want to display a value of 125, the...
by ProgLabs
Sat Feb 07, 2004 6:23 am
Forum: ActiveX
Topic: Inverted Bar Graph
Replies: 2
Views: 8346

Thanks a bunch

Thank you very much, works great!
by ProgLabs
Sat Jan 31, 2004 9:14 pm
Forum: ActiveX
Topic: Reset Graph
Replies: 1
Views: 7475

Reset Graph

:?: After using the TeeCommander and zooming and rotating the graph, is there a way to return the graph to it's starting state? I figured that the first button on the commander would do that, but this is not the case. How can I reset the graph to its initial state without clearing all of the data th...
by ProgLabs
Sat Jan 31, 2004 9:12 pm
Forum: ActiveX
Topic: Inverted Bar Graph
Replies: 2
Views: 8346

Inverted Bar Graph

:?: I am trying to display a graph of percentages in an inverted fashion. What I mean by that is that if I want to display 80%, I need to start the bar at 100% and go down 20 points to show 80%.

Please help!
by ProgLabs
Wed Dec 10, 2003 6:12 am
Forum: ActiveX
Topic: 3D Point Chart Series
Replies: 1
Views: 8880

3D Point Chart Series

:?: Could you please tell me how to plot the Z-Axis values on a 3D point chart? The only method that is exposed is ADDXY, but how do I set a Z-Axis value? I see the sample doing it with the FillSampleValues method, but how can I do this programmatically?
by ProgLabs
Wed Dec 10, 2003 5:26 am
Forum: ActiveX
Topic: Save As Formats
Replies: 3
Views: 12732

Thank you for your reply. The custom button sounds like a good workaround. How can I create my own custom button on the TeeCommander?
by ProgLabs
Tue Dec 09, 2003 5:32 am
Forum: ActiveX
Topic: Save As Formats
Replies: 3
Views: 12732

Save As Formats

:?: How can I remove the TeeChart Pro Files (*.tee) file format from the Save As... dialog box when I click the Save button on the TeeCommander control?