Plot Property

Measurement Studio User Interface

Plot Property

Syntax

Set CWCursor.Plot

Data Type

CWPlot

Purpose

Specifies the plot associated with the cursor.

Remarks

Set this property to a plot in the CWGraph.Plots collection to associate the CWCursor with a specific CWPlot.

Check the value of this property to determine where the user has snapped the cursor. If CWCursor.SnapMode is set to cwCSnapNearestPoint, the value of Plot can change when the cursor is repositioned. If CWCursor.SnapMode is set to cwCSnapPointsOnPlot, the value changes only when the Plot property is explicitly set, or the plot is removed from the collection. If CWCursor.SnapMode is set to cwCSnapFloating, the cursor is not associated with any plot.

See Also

SnapMode