ATTR_PLOT_STYLE (Plot)
Type: | Plot attribute |
Description: | The plot style for the plot on the graph. 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_LINE_STYLE. |
Plot Types: | Waveform, X, XY, Y. |
Data Type: | integer |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.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. |