LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

poner el color de anotacion default en negro y no en amarillo

Hola a todos
 
Estoy usando las anotaciones en una waveforgraph, el problema es que puse de fondo color blanco el waveformgraph, y al insertar una anotacion se inserta de color amarillo y no se distingue lo que dice, entonces hay que estarle cambiando el color, haciendo clic derecho sobre la anotacion, luego en atributes, luego en color, y al final seleccionar el color, como ven es mucha perdida de tiempo, me gustaria saber si hay alguna forma de configurar labview para que el color default con que se inserte la anotacion sea negro y no amarillo.
 
 
muchaqs gracias de antemano
 
saluds cordiales
0 Kudos
Message 1 of 3
(2,628 Views)

English translation:

Hello everyone
 
I am using the annotations in a Waveform Graph. The problem is that I put the white background in the graph, and the annotation is inserted in yellow and so I cannot distinguish what it says.  We must change the color, by right-clicking on the annotation, then select attribute, then inside color, to finally select the color.  As you can see, this takes a lot time.
I would like to know if there is any way to configure LabVIEW to the default color with the insertion of the annotation is black instead of yellow. 
  
many thanks in advance 
 
0 Kudos
Message 2 of 3
(2,623 Views)

Buen día Rafael,

Por el momento el menú de propiedades de la gráfica no permite modificar el color de la gráfica. Sin embargo, los puedes modificar de forma programática por medio de nodos de propiedad. Solamente tienes que hacer clic derecho a la gráfica y seleccionar Create>>Property Node>>Annotation List. Cada elemento de la Annotation List es un cluster que incluye todas las propiedades de la anotación, dentro de las cuales está el color que puedes inicializar a un RGB.

Verifica el VI que adjunto.

Saludos y que tengas un exelente día.

0 Kudos
Message 3 of 3
(2,597 Views)