09-15-2006 01:28 PM
09-16-2006 05:01 PM
Seems that you are right : no way to change the text orientation in most LabVIEW indicators.
Except one : the picture indicator. There you can change the text orientation. And since the tools to create custom graphs have been provided (see the Graphics and Sound > Picture plots sub-palette), your problem can be solved, of course with some programing work.
Things could be more comfortable if NI developpers could spend some time to improve the LV graphs. BTW, there is still no simple way to change programatically a graph frame color. Or have I missed something ?
09-17-2006 07:45 AM
Here is a method to simulate it.
http://forums.ni.com/ni/board/message?board.id=170&message.id=74633&query.id=14614#M74633
09-17-2006 10:47 AM - edited 09-17-2006 10:47 AM
Here is a quick demo that is a bit more robust and picks-up on CC's suggestion.
It simply uses a picture control with a transparent background to hold the text labels.
It is in LV 8.0 but should be code-able back to 6.1.
This VI is suitable for use in creating an XControl.
Anyone game?
Ben
Message Edited by Ben on 09-17-2006 10:48 AM
09-17-2006 11:13 AM - edited 09-17-2006 11:13 AM
Message Edité par chilly charly le 09-17-2006 06:18 PM
09-18-2006 03:31 AM
09-18-2006 07:38 AM