10-17-2010 07:04 AM
Hi every one,
How can I Import a 3D pie chart from Excel to labview ?
Thx
10-17-2010 09:17 AM - edited 10-17-2010 09:17 AM
There is no direct import mechanism for that. You would need to re-create the pie chart in LabVIEW, as LabVIEW has different 3D graphs than Excel. You would need to get the data out of Excel and use the 3D graphs to draw it. As for getting the data out of Excel, there have been numerous posts on reading data from Excel using ActiveX - just search for "read excel labview". You can also find many links to lots of other examples in the Excel thread. Please note: the Excel thread is a repository of links. Do not post a question in that thread.
10-17-2010 09:54 AM
but, how can i create 3d pie chart with labview ? what's the control i have to use ?
Thx smercurio_fc
10-17-2010 03:44 PM
LabVIEW has a 3D pie chart. There's also an example that ships with LabVIEW. Just open the Example Finder (Help -> Find Examples) and search for "3D" or "pie".
10-17-2010 04:57 PM
thank you