Search found 3 matches
- Tue Sep 28, 2010 2:07 am
- Forum: Java
- Topic: Surface 3D Chart does not display
- Replies: 1
- Views: 4313
Surface 3D Chart does not display
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 A...
- Fri Jul 23, 2010 6:21 pm
- Forum: Java
- Topic: Missing "Series" class
- Replies: 3
- Views: 6728
Re: Missing "Series" class
OK - I found the Series class in teechart.styles. So why aren't the required imports shown in Tutorial1, which would have prevented this aggravation. I would still like to know what components should be placed on the palette. Ultimately I want to create charts at Design (not RUN) time. I do not want...
- Fri Jul 23, 2010 6:12 pm
- Forum: Java
- Topic: Missing "Series" class
- Replies: 3
- Views: 6728
Missing "Series" class
I just downloaded Java V2 and I am less than thrilled with TeeChart thus far. The installation documentation is borderline useless with IDEs (e.g., no information about adding components to palettes; no indication of which components actually need to be added to palette). But the real problem is tha...