Surface 3D Chart does not display

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Jack
Newbie
Newbie
Posts: 3
Joined: Thu Jul 22, 2010 12:00 am
Location: US
Contact:

Surface 3D Chart does not display

Post by Jack » Tue Sep 28, 2010 2:07 am

I am unable to get a Surface 3D chart to display when I add X, Y, and Z values to the surface using 3 ArrayLists of Doubles.

The axes are visisble, the legend is visible, everything is visible except the actual data surface. If I simply change ss.add(xV, yV, zV), where xV, yV, and zV are populated ArrayLists, to ss.fillSampleValues(100) the surface is visible. I have called setIrregularGrid(true).

While the values in each ArrayList have a wide dynamic range, the axis labels are reasonable and thus I would expect the surface to appear. What am I missing?
Jack Copper

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Surface 3D Chart does not display

Post by Narcís » Wed Sep 29, 2010 10:20 am

Hi Jack,

Probably your data doesn't accomplish with surface series requirements. Such series work as I explained here. If you think your data fits in this structure please post a simple code snippet we can run "as-is" to reproduce the problem here.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply