3D surface displayed using bars?
Posted: 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.
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.