LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is cursor text clipped in graphs?

Notice the letter "a" is missing its leftmost column of pixels when I display it as cursor text. Is this bug fixable?

A very simple LabVIEW 7.1 VI is attached to illustrate this.
0 Kudos
Message 1 of 5
(2,793 Views)


@bmihura wrote:
Notice the letter "a" is missing its leftmost column of pixels when I display it as cursor text. Is this bug fixable?

A very simple LabVIEW 7.1 VI is attached to illustrate this.


This is an old bug. Depends on the font/size used. I usually add a space before the string as work around.
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 5
(2,792 Views)
That "adding a space" trick works for me, thanks.

On a side note, is there some way to change the font of the cursor text itself, without changing the font of the entire graph? I notice that Font is not in the property nodes' list o' properties.
0 Kudos
Message 3 of 5
(2,783 Views)


@bmihura wrote:
On a side note, is there some way to change the font of the cursor text itself, without changing the font of the entire graph? I notice that Font is not in the property nodes' list o' properties.


Yes it is. See the attached vi.
 
Of course, you have to know where to look to find it 😉
Just right click on the cursor name (in the cursor palette) and select "create property node"

 
Chilly Charly    (aka CC)
Message 4 of 5
(2,779 Views)
Got it, thanks again.
0 Kudos
Message 5 of 5
(2,774 Views)