LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot with excel

i am plotting it in labview. but just in case if anyone else want to see the graph. i want to be able to export it.
to excel
Best regards,
Krispiekream
0 Kudos
Message 11 of 14
(891 Views)
MY problem is not yet solved?
i can't use the property node.
my labview graph is in loose fit mode. NOT AUTOSCALE.
but my excel is in automode.
what can i do?
any suggestion guys?
Best regards,
Krispiekream
0 Kudos
Message 12 of 14
(883 Views)
To access the excel graphs axis, if I remember correctly, you can obtain the axis collection from a chart property, and then via Item with the index (1 -> y, 2 -> x ???) get the axis you want. On that reference you can set the properties of the axis as you would do in excel.

If your issue is just about exporting the image, you can obtain the image of the graph by a method (invoke node) of the indicator and then save it as bmp or png.

Felix
0 Kudos
Message 13 of 14
(874 Views)

Ah no wonder! 

Little bit of a communication mishap there.  Thanks for clearing that up for me Dennis.

0 Kudos
Message 14 of 14
(867 Views)