Changing the Wire Appearance of a LabVIEW Class or Interface

By default, a class uses the default LabVIEW class wire or inherits the wire appearance of the parent class. An interface uses the default LabVIEW interface wire. You can change the wire appearance of a LabVIEW class or interface to keep the block diagram readable. You might consider changing the wire appearance sparingly, keeping in mind that having excessive wire colors and patterns can make the block diagram more difficult to read. Complete the following steps to change the wire appearance of a LabVIEW class or interface.

  1. In the Project Explorer window, right-click the project item for the class or interface whose wire you want to change and select Properties from the shortcut menu to display the Class/Interface Properties dialog box.
  2. Select Wire Appearance from the Category list.
  3. To customize the wire appearance, select Use custom design.
  4. In the Settings section, make the changes to the wire appearance that you want. You can change the wire appearance, the colors of the wire, and the width of the wire.

    You can preview the wire in Wire preview.
  5. Click the OK button when you are done making changes.
Note  If you change the edge foreground color of a LabVIEW class or interface wire, LabVIEW changes the border color of class or interface block diagram terminals to match.

Refer to the LabVIEW Style Checklist for more tips on changing the class wire appearance to make block diagrams easy to read and manage.