ATTR_PLOT_SNAPPABLE
| Type: | Plot attribute |
| Description: | Used to prevent graph cursors from snapping to a particular plot. By default, graph cursors for which the ATTR_CURSOR_MODE is VAL_SNAP_TO_POINT snap to the closest X, Y, XY, Waveform, Point and Polygon plot. If you want to prevent cursors from snapping to a certain plot, set ATTR_PLOT_SNAPPABLE for the plot to FALSE. 0 = Do not snap to this plot 1 = Snap to this plot |
| Plot Types: | Point, polygon, waveform, X, XY, Y. |
| Data Type: | integer |
| Default Value: | 1 |
| LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
| 0 | False |
| 1 | True |