Env.: TChart .NET 3.5.3225. VS2008. .NET2.0
Hi,
I need to display some 3D data using a mix of surface and 3D bar concepts. a 3D surface is what I would like to use since it fits my data model: I need to plot y=f(x,z) with x and z range = [0,41].
But display should be drawn as a 3D histogram instead of a surface.
Can I do that using a surface chart? The only alternative I could find is to use a series of bar 2D series and set display as 3D. Somewhat inconvenient since I would have to manage a large array of series objects (41).
TIA for your help,
Serge.
3D surface displayed using bars?
-
- Newbie
- Posts: 22
- Joined: Tue Dec 16, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Serge,
What about using Tower series as shown in the All Features\Welcome !\Chart styles\Extended\Tower example in the features demo, available at TeeChart's program group?
You'll also find some Towers series examples in our gallery:
What about using Tower series as shown in the All Features\Welcome !\Chart styles\Extended\Tower example in the features demo, available at TeeChart's program group?
You'll also find some Towers series examples in our gallery:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 22
- Joined: Tue Dec 16, 2008 12:00 am