Data will plot as 3d points but not as 3d surface
Posted: Wed Jul 26, 2006 8:43 pm
In 3d surface the surface plot does not display but if I turn the markers on the marks do display just not the plot.
John Lott
John Lott
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
Dim s As Steema.TeeChart.Styles.Surface
Dim x As Integer
Dim z As Integer
Dim Rand As New Random
s = TChart1.Series(0)
s.Clear()
For x = 0 To 150
For z = 1 To 12
s.Add(3937 * x, Rand.Next(), z)
Next z
Next x
s.IrregularGrid = True
Most X values are multiple of 3.937:0,-5.035004,1
19.685,-6.216003,1
23.622,-5.586006,1
27.559,-10.035,1
39.37,-9.523003,1
47.244,-17.51501,1
86.614,-33.736,1
94.488,-33.42101,1
98.425,-31.492,1
118.11,-40.58601,1
125.984,-44.051,1
129.921,-43.342,1
330.709,-45.62601,1
334.646,-51.728,1
342.52,-33.854,1
354.331,-18.145,1
366.142,-11.29501,1
370.079,-16.216,1
377.953,-5.744003,1
381.89,-7.555,1
429.134,0,1
440.945,-2.200005,1
460.63,0,1
0,-6.728004,2
3.937,-27.00401,2
7.874,-7.004005,2
11.811,-7.161003,2
19.685,-7.673004,2
23.622,-8.224007,2
35.433,-7.673004,2
47.244,-8.618004,2
51.181,-12.00401,2
55.118,-14.051,2
59.055,-10.11401,2
62.992,-16.80701,2
70.866,-22.673,2
78.74,-22.94901,2
82.677,-29.917,2
90.551,-26.846,2
98.425,-30.429,2
102.362,-31.413,2
106.299,-35.271,2
118.11,-38.539,2
157.48,-56.88601,2
342.52,-56.098,2
354.331,-31.964,2
358.268,-30.311,2
366.142,-25.62601,2
393.701,-5.035004,2
401.575,-6.295006,2
405.512,-6.137001,2
417.323,-0.1930008,2
496.063,0,2
574.803,-0.6650009,2
582.677,0,2
586.614,0,2
594.488,0,2
614.173,0,2