3D surface displayed using bars?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
serge wautier
Newbie
Newbie
Posts: 22
Joined: Tue Dec 16, 2008 12:00 am

3D surface displayed using bars?

Post by serge wautier » Mon Jan 19, 2009 12:56 pm

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.

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

Post by Narcís » Mon Jan 19, 2009 2:03 pm

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:

Image
Image
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

serge wautier
Newbie
Newbie
Posts: 22
Joined: Tue Dec 16, 2008 12:00 am

Post by serge wautier » Mon Jan 19, 2009 2:14 pm

Narcís,

Thanks very much. This is EXACTLY what I was looking for. I can't believe I missed it when I browsed through the whole Extended demo chapter this morning.

You rock!

Post Reply