IntensityGraph class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | class |
Class ID | {{{1}}} |
Scope | |
Class Inheritance |
This class is a top-level class. |
Class Children | This class has no children. |
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The IntensityGraph class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide IntensityGraph Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Short Name (English) | Description | R/W | RTE | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6344C05 | ActCrsr | Use this property to get and set the active cursor and set properties and methods on that cursor.
For example, you can use the Selected Cursors property to indicate which cursor you have currently selected on a graph or chart, then use the Active Cursor property to set that cursor to the cursor you want to modify using cursor properties and methods. The Active Cursor does not return the user selected cursor. Use the Selected Cursor property to get the user selected cursor. |
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C0E | AnntList | Array of information about all annotations. Each array element is a cluster of annotation elements.
|
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C04 | ColorTbl | Array of 256 colors defining the color map.
You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. |
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C06 | Cursor | Reference to active cursor.
You can use this reference with the Cursor properties. This property is similar to the Cursor option on the Cursors page of the Intensity Graph Properties dialog box. |
R | X | ||||||||||||||||||||||||||||||||||||||
6344C0A | Cursor Legend Vis | Displays the cursor legend.
This property is similar to the Visible Items»Cursor Legend item on the shortcut menu of an intensity graph control. This property is similar to the Show cursor legend option on the Appearance page of the Intensity Graph Properties dialog box. |
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C0F | CrsrList | Array of information about all cursors. Each array element is a cluster of Cursor properties.
|
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C10 | CrsrsScrollGrph | Gets or sets whether dragging the cursor outside the bounds of the graph continues to scroll the graph. Set this property to TRUE to allow scrolling outside the bounds of the graph. | R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C03 | IgnoreArr | Indicate use of Color Table instead of Z Scale color settings. | R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C0B | PlotImages.Front | Sets the plot area foreground image, which is in front of the plot data.
This property is useful if you want to insert an image, such as custom data point annotations, into the foreground of the graph plot area. |
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C08 | SelectedCrsrs | Displays the currently selected cursor. | R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C01 | SmoothUpdt | Draws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property.
This property is similar to the Advanced»Smooth Updates item on the shortcut menu of an intensity graph. |
R/W | X | ||||||||||||||||||||||||||||||||||||||
6344C02 | ZScale | Reference to the Z-Scale.
You can use this reference with the ColorGraphScale properties. This property is similar to the Z Scale item on the shortcut menu of an intensity graph. This property is similar to the Z-Scale option on the Scales page of the Intensity Graph Properties dialog box. |
R | X |
Methods
Show/Hide IntensityGraph Methods Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Short Name (English) | Description | RTE |
---|---|---|---|
6344800 | Export Data to Clipboard | Exports the graph data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | X |
6344801 | Export Data to Excel | Exports the graph data to Excel. | X |
Events
Show/Hide IntensityGraph Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Type |
---|---|---|
1073741864 | Cursor Grab | Notify |
2147483687 | Cursor Grab? | Filter |
1073741865 | Cursor Move | Notify |
1073741866 | Cursor Release | Notify |
History
![]() |
History information is needed. What changes have occured over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |