IntensityGraph class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | IntensityGraph class |
Class ID | 26 |
Scope | Basic Development Environment |
Class Inheritance |
|
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).
Contents |
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 | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6344C01 | Smooth Update | Draws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property. | Read/Write | Yes |
6344C02 | Z Scale | Reference to the Z-Scale. | Read Only | Yes |
6344C03 | Ignore Array | Indicate use of Color Table instead of Z Scale color settings. | Read/Write | Yes |
6344C04 | Color Table | Array of 256 colors defining the color map. | Read/Write | Yes |
6344C05 | Active Cursor | Use this property to get and set the active cursor and set properties and methods on that cursor. | Read/Write | Yes |
6344C06 | Cursor | Reference to active cursor. | Read Only | Yes |
6344C07 | Old Cursor List | Read/Write | Yes | |
6344C08 | Selected Cursors | Displays the currently selected cursor. | Read/Write | Yes |
6344C09 | Z Scale Info | Read/Write | Yes | |
6344C0A | Cursor Legend Visible | Displays the cursor legend. | Read/Write | Yes |
6344C0B | Plot Images:Front | Sets the plot area foreground image, which is in front of the plot data. | Read/Write | Yes |
6344C0C | Old Annotation List | Read/Write | Yes | |
6344C0D | Old Cursor List | Read/Write | Yes | |
6344C0E | Annotation List | Array of information about all annotations. Each array element is a cluster of annotation elements. | Read/Write | Yes |
6344C0F | Cursor List | Array of information about all cursors. Each array element is a cluster of Cursor properties. | Read/Write | Yes |
6344C10 | Cursors Scroll Graph | 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. | Read/Write | Yes |
Methods
Show/Hide IntensityGraph Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long 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. | Yes (Read/Write) |
6344801 | Export Data to Excel | Exports the graph data to Excel. | Yes (Read/Write) |
Events
Show/Hide IntensityGraph Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Description | Type |
---|---|---|---|
1073741864 | Cursor Grab | Generated when the user first clicks the graph cursor to move it. This event is useful if you want to register when a user interacts with a graph cursor. | Notify |
2147483687 | Cursor Grab? | Generated when the user first clicks the cursor to move it. This event is useful if you want to register when a user interacts with a graph cursor, or if you want to disable user interaction with the graph cursors. | Filter |
1073741865 | Cursor Move | Generated when the user moves a cursor either by clicking and dragging the cursor or using the Cursor Movement Tool. | Notify |
1073741866 | Cursor Release | Generated when the user releases the cursor after dragging it. This event is useful if you want to register when a user has finished interacting with a graph cursor. | Notify |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |