01-05-2007 08:26 AM
01-05-2007 09:14 AM
If you are talking about a graph annotation in 8.20 all you have to do is right click on the annotation and select attributes and then color.
if you are talking about something else please be more specific.
01-05-2007 09:21 AM
Chris,
By "annotation" do you mean "Free Text Labels"?
If so, then...
The current default is black text on a pale yellow backround with a black border, some LV versions ago the background was white.
Mark.
01-05-2007 09:30 AM
Sorry, I should have been more specific. I'm talking about creating an annotation in an XY graph during runtime in LV 8.20. The properties page only lets you select cursor and plot colors- no annotation colors. The options for labVIEW environment is no help either.
Joe,
You are describing cursors. I could use them, but they do not have the nifty arrow.
Chris Co
01-05-2007 09:36 AM
Use an annotation on a graph to highlight data points on the plot area. Complete the following steps to add an annotation to a graph.
![]() |
Note Right-click the graph and select Data Operations»Delete All Annotations from the shortcut menu to delete all annotations in the plot area. |
Use the Annotation List property to get an array of information about all annotations in the plot area programmatically.
<SCRIPT type=text/javascript> if(typeof(Print_Link)=="function") { javascript:Print_Link(); } </SCRIPT>01-05-2007 09:40 AM - edited 01-05-2007 09:40 AM
Message Edited by TonP on 01-05-2007 04:41 PM
01-05-2007 09:47 AM
Joe,
What LabVIEW version are you using, because that attributes menu never comes up when right clicking an annotation. The described menu does come up when right clicking a cursor. In fact when right clicking the annotation, the graph menu appears- as though the annotation is transparent or nonexistent in terms of modifying by menus. There is no way to modify it after creation (except the name with a property node)
Chris Co
01-05-2007 10:00 AM
TonP,
Thanks for the reply. It works. If I have to modify the annotation in this one and only manner, I think I will remove the create annotation option from the shortcut menu. Why would it be any different than modifying a cursor. Pain in the $%#!!
Thanks for the answer TonP!!
Chris Co
01-05-2007 10:03 AM - edited 01-05-2007 10:03 AM
Message Edited by Jhoskins on 01-05-2007 11:09 AM
01-05-2007 10:14 AM
Nice work Joe- u da man!!!
Thanks a million for the answer to this simple, yet frustrating problem.
Stars for everyone
Chris Co