LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Horizontal Histograms with text descriptors on y axis

Does anyone know of an easy way to display data using a horizontal bar with a text description to the left on the y axis? 
 
For example I have the following table.
 
Description               Quantity
T-widgits                   50
A-widgits                   23
Y-widgits                   13
 
I want the descripton on the y axis and the quantity displayed as the bar graph.
 
 

Message Edited by nate on 06-23-2006 08:16 AM

0 Kudos
Message 1 of 4
(2,770 Views)

If you have the spc toolkit, there is a rotate graph vi for histograms.

C:\Program Files\National Instruments\LabVIEW 7.0\vi.lib\addons\SPC\0spcctls.llb\Rotate Graph.vi

0 Kudos
Message 2 of 4
(2,765 Views)
You might be able to use cursors for each set of data. Use the cursor name for your category labels. I think you can use property nodes to adjust the position of the text.
0 Kudos
Message 3 of 4
(2,760 Views)
Here is a sample with cursor labels. Not exactly on the left side of the axis but it might work.
0 Kudos
Message 4 of 4
(2,752 Views)