08-25-2005 02:53 PM
08-26-2005 01:47 PM
Hello Mlloyd,
The 3D graph is fundamentally very different than the 2D graph in
LabVIEW. The 2D graph is a LabVIEW built-in graph but the 3D graph is
really a glorified Active-X container which holds a C.W. ActiveX control.
You can manipulate the properties of the control by right clicking in the 3D
container and selecting "CWGraph3D->Properties". There are
lots of options here for the control, but unfortunately I do not see one to
fill the area beneath a curve. My apologies, but I think you might need a
different 3D graph Active-X control if you would like to fill the area under
the curve.
Hope that clarified things a little. Thanks for posting, please let me
know if I can help out any with anything else.
-Travis-
08-26-2005 02:14 PM
@Travis M. wrote:
I think you might need a different 3D graph Active-X control if you would like to fill the area under the curve.
Travis,
Do you know if there is another 3D graph in LabVIEW that would let me fill the area under the curve?
Thanks,
mlloyd
08-26-2005 08:04 PM - edited 08-26-2005 08:04 PM
If this is the kind of graph you want to build, just add Z values lower than the lowest Z scale value to your data.
See the attached vi.
Message Edité par chilly charly le 08-27-2005 03:05 AM
08-29-2005 08:24 AM