Admin Production ni-theme
Current Publication

ATTR_PLOT_STYLE

LabWindows/CVI

ATTR_PLOT_STYLE (Trace)

Type: Trace attribute
Description: The plot style for the trace on the strip chart.

Note: When ATTR_ENABLE_ANTI_ALIASING is disabled, setting the plot style to VAL_FAT_LINE, VAL_FAT_STEP, VAL_VERTICAL_BAR, or VAL_BASE_ZERO_VERTICAL_BAR forces the line style to solid, regardless of the value of ATTR_LINE_STYLE.
Data Type: integer
Default Value: VAL_THIN_LINE
LabWindows/CVI
Compatibility:
LabWindows/CVI 3.0 and later

Values

VAL_THIN_LINE A single thin line.
VAL_FAT_LINE A fat line. (On the Windows platform, this plot style forces the line style to be VAL_SOLID).
VAL_CONNECTED_POINTS A single thin line with asterisk characters at each plotted point.
VAL_SCATTER Asterisk characters at each plotted point with no lines connecting each point.
VAL_THIN_STEP A thin line stepping from one point to the next.
VAL_FAT_STEP A fat line stepping from one point to the next.
VAL_VERTICAL_BAR Vertical bars are plotted for each plotted point. The bars extend upward from the minimum value.
VAL_BASE_ZERO_VERTICAL_BAR Vertical bars are plotted for each plotted point. The bars extend upward and downward from zero.