Cursor class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Cursor class
Class ID 38
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The Cursor class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Cursor Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Cursor Properties Table
Property ID Long Name (English) Description R/W RTE
632C000Cursor NameText displayed in the plot area that is associated with the cursor.Read/WriteYes
632C001Cursor ColorThe color of the cursor, including its point, arrow, and name.Read/WriteYes
632C002Cursor StyleThe symbol that, in combination with Point Style, is drawn at the focal point of the cursor. Valid values are 0-8, from top-left to bottom-right, as shown when you right-click a cursor in the cursor legend and select Attributes»Cursor Style from the shortcut menu.Read/WriteYes
632C003Cursor Point StyleThe symbol that, in combination with Style, is drawn at the focal point of the cursor. Valid values are 0-16, as shown on the shortcut menu of the plot legend from top-left to bottom-right.Read/WriteYes
632C004Cursor Name VisibleIf TRUE, displays the cursor name in the plot area.Read/WriteYes
632C005Allow DragIf TRUE, allows you to drag the cursor.Read/WriteYes
632C006Cursor Lock StyleRead/WriteYes
632C007Cursor PlotPlot with which the cursor is associated. If Plot is –1, the cursor snaps to all plots in the plot area. You can move the cursor to the nearest data point along any plot in the plot area.Read/WriteYes
632C008Cursor IndexArray index of point to which the cursor is snapped. This property can have a value between 0 and the number of data points minus 1.Read/WriteYes
632C009Cursor PositionPosition of cursor in terms of X-Y coordinates.Read/WriteYes
632C00ACursor Position:Cursor XThe X coordinate of the cursor in the plot area. Position:X is in the coordinate system of the X Scale value that is associated with the cursor or plot.Read/WriteYes
632C00BCursor Position:Cursor YThe Y coordinate of the cursor in the plot area. Position:Y is in the coordinate system of the Y Scale value that is associated with the cursor or plot.Read/WriteYes
632C00CVisibleShows the cursor.Read/WriteYes
632C00DCursor InfoRead/WriteYes
632C00ELine StyleSpecifies the line style of the active cursor. Valid values are 0–4, as shown on the shortcut menu of the plot legend and on the Cursors page of the Properties dialog box ordered from top to bottom.Read/WriteYes
632C00FLine WidthSpecifies the width of the line used to display the active cursor. Valid values are 0–4, as shown on the shortcut menu of the plot legend and on the Cursors page of the Properties dialog box ordered from top to bottom.Read/WriteYes
632C010Cursor ModeSpecifies the way in which the cursor snaps to the plots in the plot area. Valid values include 0 (Free), 1 (Single-plot), and 2 (Multi-plot).Read/WriteYes
632C011X ScaleSets the x-scale of the cursor. This property is valid only for free cursors. When the cursor is associated with a plot, this property might be overwritten by the plot.Read/WriteYes
632C012Y ScaleSets the y-scale of the cursor. This property is valid only for free cursors. When the cursor is associated with a plot, this property might be overwritten by the plot.Read/WriteYes
632C013Watch PlotsArray that contains the indexes of the plots that the cursor is watching when the Watch All Plots property is set to FALSE. This property is valid only for cursors that are associated with multiple plots.Read/WriteYes
632C014Watch All PlotsIf TRUE, the cursor watches all plots in the plot area. If FALSE, the cursor watches only the plots specified by the Watch Plots property. This property is valid only for cursors that are associated with multiple plots.Read/WriteYes
632C015Plot AreaThe plot area with which the cursor is associated. This property applies only to Mixed Signal graphs.Read/WriteYes
632C016Cursor Selection ColorColor of the cursor row selected in the cursor legend.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: Generic Class.

Events

This class has no events or it inherits events from its parent: Generic Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also