Admin Production ni-theme
Current Publication

ATTR_DS_BIND_PLOT_STYLE

LabWindows/CVI

ATTR_DS_BIND_PLOT_STYLE

Type: Control attribute
Description: The plot style for any plots created in the graph by a DataSocket connection.

Note: when ATTR_ENABLE_ANTI_ALIASING is disabled, setting the plot style to VAL_FAT_LINE or VAL_FAT_STEP forces the line style to be solid, regardless of the value of ATTR_DS_BIND_LINE_STYLE.

Linux: DataSocket is not supported.
Control Types: Graphs.
Data Type: integer
Default Value: VAL_THIN_LINE
LabWindows/CVI
Compatibility:
LabWindows/CVI 7.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_HORIZONTAL_BAR Horizontal bars are plotted for each plotted point. The bars extend to the right 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.
VAL_BASE_ZERO_HORIZONTAL_BAR Horizontal bars are plotted for each plotted point. The bars extend to the left and right from zero.