11-21-2008 07:47 AM
11-21-2008 09:32 AM - edited 11-21-2008 09:32 AM
Hello Per Helge,
You can do this by assigning your own color to the annotation and specifying an alpha component for the color, similar to the following:
/* The first argument to FromArgb allows you to specify the alpha component */
annot.RangeFillColor = Color.FromArgb(150, 132, 195, 195);
NickB
National Instruments