LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

rotate caption programmatically

Is there a way of rotating a caption programmatically in LabVIEW 7.0?  Any help on this would be greatly appreciated.

 

Sanks.

0 Kudos
Message 1 of 8
(4,891 Views)

If memory serves me correctly, the only way to get that effect in LV 7.0 was to use a picture control instead of the cation and to use the "draw Text at point"

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 8
(4,885 Views)
If you click on the control or indicator and create a property node you can select the caption position like in the following picture.
Tim
GHSP
0 Kudos
Message 3 of 8
(4,877 Views)

aeastet's solution will allow you to set the position of the caption, but not the angle of rotation.

 

I just looked in LV 8.6 and saw no properties for angle, so it appears you still need to use create a separate picture control as Ben suggested...

Message Edited by Phillip Brooks on 10-09-2008 04:27 PM
0 Kudos
Message 4 of 8
(4,860 Views)

One possibility could be using a rotated font (of unispaced kind) and put linefeeds between all characters.

 

Felix 

0 Kudos
Message 5 of 8
(4,832 Views)

Hi aeastet,

 

Looks like "Vertical Arrangement" might be what I am looking for, but given the Icon, it looks like you are using LV 8.x.  Thanks anyway.

Message Edited by Been bitten by LabVIEW on 10-10-2008 09:22 AM
0 Kudos
Message 6 of 8
(4,811 Views)

Thanks F. Schubert,

 

But not what I'm looking for.  Want to auto replace Text decorations with a control that I can give a label to.  Thanks anyway.

 

0 Kudos
Message 7 of 8
(4,807 Views)

Thanks Ben, quite the PITA. 😞  I will have to determine if I want to use this. Thanks again.

 

Adrian

0 Kudos
Message 8 of 8
(4,804 Views)