ATTR_SCROLL_MODE
| Type: | Control attribute |
| Description: | The scrolling mode of the strip chart. |
| Control Types: | Strip charts. |
| Data Type: | integer |
| Default Value: | VAL_CONTINUOUS |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
| VAL_SWEEP | Allow new data to overwrite old data as it wraps past the right and starts over on the left. |
| VAL_CONTINUOUS | Scroll data off the left edge of the plot area as new data appears on the right. |
| VAL_BLOCK | Erase the entire plot when the data reaches the right edge. |