The MixedSignalGraph class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide MixedSignalGraph Properties Table
MixedSignalGraph Properties Table
Property ID
|
Long Name (English)
|
Description
|
R/W
|
RTE
|
393E8C00 | Legend:Visible | Shows the plot legend. | Read/Write | Yes |
393E8C01 | Smooth Update | Draws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property. | Read/Write | Yes |
393E8C02 | Active Plot | Gets or sets the active plot. After you get or set the active plot, you then can set properties or invoke methods that affect only the specified plot. | Read/Write | Yes |
393E8C03 | Plot | Reference to active plot. | Read Only | Yes |
393E8C04 | Active Cursor | Use this property to get and set the active cursor and set properties and methods on that cursor. | Read/Write | Yes |
393E8C05 | Cursor | Reference to active cursor. | Read Only | Yes |
393E8C06 | Old Cursor List | | Read/Write | Yes |
393E8C07 | Old Annotation List | | Read/Write | Yes |
393E8C08 | Selected Cursors | Gets or sets the currently selected cursor. LabVIEW returns or sets the index number of the selected cursor. | Read/Write | Yes |
393E8C09 | Cursor Legend Visible | Displays the cursor legend. | Read/Write | Yes |
393E8C0A | Ignore Timestamp | If FALSE (default), the x-scale includes the time stamp information from the dynamic or waveform data. If TRUE, LabVIEW sets the beginning of the x-scale to 0 instead of the value specified by t0. This property applies only to graphs with dynamic or waveform data. | Read/Write | Yes |
393E8C0B | Ignore Attributes | If FALSE (default), the plot names in the plot legend and the scale names on the graph automatically adapt to the plot names and scale names in the dynamic or waveform data attributes. If TRUE, the plot names and scale names do not adapt to the dynamic or waveform data attributes. Change this property to TRUE if you want to change the plot names and scale names. This property applies only to graphs and charts with dynamic or waveform data. | Read/Write | Yes |
393E8C0C | Legend:Disable | Disables the plot legend at run time. | Read/Write | Yes |
393E8C0D | Plot Images:Back | Sets the plot area background image, which is behind the grid lines. | Read/Write | Yes |
393E8C0E | Plot Images:Middle | Sets the plot area middle plot image, which is between the grid lines and the plot data. | Read/Write | Yes |
393E8C0F | Plot Images:Front | Sets the plot area foreground image, which is in front of the plot data. | Read/Write | Yes |
393E8C10 | Active Plot Area | Gets or sets the active plot area. After you get or set the active plot area, you then can set properties and methods that affect only the specified plot area. | Read/Write | Yes |
393E8C11 | Cursor List | Array of information about all cursors. Each array element is a cluster of Cursor properties. | Read/Write | Yes |
393E8C12 | Annotation List | Array of information about all annotations. Each array element is a cluster of annotation elements. | Read/Write | Yes |
393E8C13 | Viewport:Size | Gets or sets the width and height, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C14 | Viewport:Size:Width | Gets or sets the width, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C15 | Viewport:Size:Height | Gets or sets the height, in pixels, of the viewing port for the referenced mixed signal graph. | Read/Write | Yes |
393E8C16 | Active Bus | Indicates which bus on the referenced graph is active. The first bus on the graph is 0 , the second bus is 1 , and so on. | Read/Write | Yes |
393E8C17 | Bus Open | Indicates whether the active bus is open or closed. | Read/Write | Yes |
393E8C18 | Bus | Returns a reference to the active bus. | Read Only | Yes |
393E8C19 | Show Buses With Lines | When this property is TRUE, both digital buses and lines display in the digital plot areas of a mixed signal graph. When this property is FALSE, only digital lines display in the plot area of a mixed signal graph. | Read/Write | Yes |
393E8C1A | 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 MixedSignalGraph Properties Table
Events
Show/Hide MixedSignalGraph Events Table
MixedSignalGraph Events Table
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
Version
|
Change(s)
|
|
More info to come.
|
See Also