Search found 8 matches

by Matt G
Thu May 05, 2005 1:03 pm
Forum: .NET
Topic: updating data to a surface plot and having it display
Replies: 3
Views: 6231

Your example does work... Does the subroutine have to terminate before the update occurs? If I do this: Dim x, z, k As Int16 For k = 1 To 10 Randomize() For x = 11 To 100 For z = 11 To 100 Surface1.Add(x, Rnd(100), z) Next Next Next then there is no update until the k loop is complete. This is more ...
by Matt G
Wed May 04, 2005 8:57 pm
Forum: .NET
Topic: updating data to a surface plot and having it display
Replies: 3
Views: 6231

updating data to a surface plot and having it display

OK, this should be simple, but I can't seem to get this to work. I want to plot data to a surface, then modify the data in my array, then replot it. Why is this not working. The initial plot of data to the array works fine, but subsequent sending of data to the plot does nothing. Im putting data to ...
by Matt G
Thu May 06, 2004 12:57 pm
Forum: .NET
Topic: Where did my components go!
Replies: 2
Views: 7662

I managed to get everything working again. I had to uninstall VB and TeeChart. Then reinstall VB and my origonal version of tChart, then upgrade to the proper (for .Net2002) current version of TChart. All is well now. In the future I'll be more careful about mixing versions!! What a hassle! But I th...
by Matt G
Tue May 04, 2004 4:49 pm
Forum: .NET
Topic: Where did my components go!
Replies: 2
Views: 7662

Where did my components go!

Hello, I installed the latest version of TChart.Net. I accidentally installed the version for .Net2003. I have 2002 :roll: . Nothing worked, but I could go to Tools>Customize Toolbox, and add the components at least. I then uninstalled the 2003 version and installed the 2002 version, but I can't get...
by Matt G
Tue May 04, 2004 1:18 pm
Forum: .NET
Topic: Changing the legend values in surface or colorgrid
Replies: 6
Views: 14194

It seems with the new version, I cannot add data the same way. Before I would add a series at design time (default name surface1). Then I would use: Surface1.Add (myX, myY,myZ) The default names are now series0,series1, ... which is fine, but I can't figure out how to address them now! Even using Ax...
by Matt G
Mon May 03, 2004 8:51 pm
Forum: .NET
Topic: Changing the legend values in surface or colorgrid
Replies: 6
Views: 14194

Found it!

:roll: I down loaded the latest version. It has it. but things don't seem to work the same now...
by Matt G
Mon May 03, 2004 8:32 pm
Forum: .NET
Topic: Changing the legend values in surface or colorgrid
Replies: 6
Views: 14194

Need more help

Sounds great, but there is no .AddPalette function in VB....

Is there a more recent release that includes this?

Thanks,
Matt
by Matt G
Fri Apr 30, 2004 6:19 pm
Forum: .NET
Topic: Changing the legend values in surface or colorgrid
Replies: 6
Views: 14194

Changing the legend values in surface or colorgrid

Hello, I am having a hard time with formatting the legend with both surface or colorgrid (mayb others, haven't tried yet). I want to force the legend to span the values that I am interested in, but can't find a way. Also, I can't format the legend to use reasonable significant digits (always default...