04-04-2008 01:21 AM
Hi John,
The color of the text on the scale is set within a sub-VI of Polar Plot.vi. By default a black color box constant is used, but you can select a different color or change it to a control. To reach this attribute, trace through the following VIs: Polar Plot » Draw Polar Grids » PG scale. You can also find the VI at labview\vi.lib\picture\polarplt.llb\PG scale.vi. Towards the center of PG scale.vi Block Diagram you should see a black color box constant wired to the Bundle function. Change the constant, save the VI, and the scale color should no longer be black when a plot is displayed.
04-04-2008 02:54 AM