Jump to content

WaveformGraph class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide WaveformGraph Properties Table</span>
{{VIServerClassTables|24}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ WaveformGraph Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|6343405
| [[WaveformGraph class/ActCrsr property|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
|- style="background-color:#FFFFCC;"
|6343403
| [[WaveformGraph class/ActPlot property|ActPlot]]
|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.
 
You can use the Plot properties to set the active plot.
 
If you are graphing multiple data types on the waveform graph, the graph plots are numbered as they appear wired into the Bundle function. The default active plot and first element is plot 0.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634341C
| [[WaveformGraph class/AnntList property|AnntList]]
|Array of information about all annotations. Each array element is a cluster of annotation elements.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Name
|The text displayed in the plot area that is associated with the annotation.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Color
|The color of the annotation, including its point, arrow, and name.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Style
|The symbol that, in combination with Point Style, is drawn at the focal point of the annotation. Valid values are 0-8, as shown on the <b>Annotation Style</b> shortcut menu item of the annotation from top-left to bottom-right.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Point Style
|The symbol that, in combination with Style, is drawn at the focal point of the annotation. Valid values are 0-16, as shown on the <b>Point Style</b> shortcut menu item of the annotation from top-left to bottom-right.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Name Visible
|If TRUE, displays the annotation name in the plot area.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Allow Drag
|If TRUE, allows you to drag the annotation.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Annotation Mode
|Specifies the way in which the annotation snaps to the plots in the plot area. Valid values include 0 (Free) and 1 (Single-plot).
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Plot
|The plot with which the annotation is associated. If Plot is -1, the annotation snaps to all plots in the plot area. You can move the annotation to the nearest data point along any plot in the plot area. This element does not apply to free annotations.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Index
|The array index of the point to which the annotation is snapped.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Position:X
|The x coordinate of the annotation in the plot area. Position:X is in the coordinate system of the X Scale value that is associated with the annotation or plot.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Position:Y
|The y coordinate of the annotation in the plot area. Position:Y is in the coordinate system of the Y Scale value that is associated with the annotation or plot.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|X Scale
|The x-scale associated with the annotation. This element applies only to free annotations and defines which x-scale is used with Position:X.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Y Scale
|The y-scale associated with the annotation. This element applies only to free annotations and defines which y-scale is used with Position:Y.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Show Arrow
|If TRUE, displays the arrow that points from the annotation name to the annotated data point.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Lock Name
|If TRUE, positions the annotation name absolutely so that when you move the annotation or scroll the plot area, the annotation name does not move in the plot area.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Plot Area
|The plot area with which the annotation is associated. This element applies only to mixed signal graphs with multiple plot areas.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Label Offset:X
|The X coordinate of the label position, relative to the annotation.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Label Offset:Y
|The Y coordinate of the label position, relative to the annotation.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343406
| [[WaveformGraph class/Cursor property|Cursor]]
|Reference to active cursor.
 
You can use this reference with the Cursor properties.
|R
|X
|- style="background-color:#FFFFCC;"
|6343410
| [[WaveformGraph class/Cursor Legend Vis property|Cursor Legend Vis]]
|Displays the cursor legend. This property is similar to the <b>Visible Items&#0187;Cursor Legend</b> item on the shortcut menu of a waveform graph control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634341B
| [[WaveformGraph class/CrsrList property|CrsrList]]
|Array of information about all cursors. Each array element is a cluster of Cursor properties.
 
{| class="wikitable"
|+ scope="col" style="text-align:left;"|Elements:
! scope="col" style="text-align:left;"| Name
! scope="col" style="text-align:left;"| Description
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Name
|Text displayed in the plot area that is associated with the cursor.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Color
|The color of the cursor, including its point, arrow, and name.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Style
|The 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 Attribute&#0187;Cursor Style from the shortcut menu.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Point Style
|The 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.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Name Visible
|If TRUE, displays the cursor name in the plot area.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Allow Drag
|If TRUE, allows you to drag the cursor.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Cursor Mode
|Specifies 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).
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Plot
|Plot 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.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Index
|Array index of the point to which the cursor is snapped. This property can have a value between 0 and the number of data points minus 1.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Position
|Position of cursor in terms of X-Y coordinates.
*X&#8212;The coordinate that defines the position of the cursor along the X-axis.
*Y&#8212;The coordinate that defines the position of the cursor along the Y-axis.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|X Scale
|Sets 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.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Y Scale
|Sets 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.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Watch Plots
|Array that contains the indexes of the plots that the cursor is watching when Watch All Plots is set to FALSE. This element is valid only for cursors that are associated with multiple plots.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Watch All Plots
|If TRUE, the cursor watches all plots in the plot area. If FALSE, the cursor watches only the plots specified by Watch Plots. This element is valid only for cursors that are associated with multiple plots.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Plot Area
|The plot area with which the cursor is associated. This element applies only to Mixed Signal graphs.
|- style="vertical-align:top;"
! scope="row" style="text-align:left;"|Label Offset
|The coordinates of the label position relative to the cursor.
*X&#8212;The X coordinate of the label position relative to the cursor.
*Y&#8212;The Y coordinate of the label position relative to the cursor.
|}
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343422
| [[WaveformGraph class/CrsrsScrollGrph property|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
|- style="background-color:#FFFFCC;"
|6343413
| [[WaveformGraph class/IgnoreAttributes property|IgnoreAttributes]]
|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.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343412
| [[WaveformGraph class/IgnoreTimestamp property|IgnoreTimestamp]]
|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.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343414
| [[WaveformGraph class/LegAutosize property|LegAutosize]]
|If TRUE, the plot legend automatically resizes to the width of the longest plot name visible in the legend.
 
<b>Note</b>  On the digital waveform graph, this property works only when <b>Switch Plot Legend to Standard View</b> is enabled.
This property is similar to the <b>Autosize Plot Legend</b> item on the shortcut menu of a graph. This property is also similar to the <b>Autosize to plot names</b> option on the Appearance page of the <b>Waveform Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343415
| [[WaveformGraph class/LegDisable property|LegDisable]]
|Disables the plot legend at run time.
 
This property is similar to the <b>Advanced&#0187;Disable Plot Legend</b> item on the shortcut menu of a waveform graph and the <b>Show plot legend</b> option on the Appearance page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634341E
| [[WaveformGraph class/LegNumRows property|LegNumRows]]
|Sets the number of rows in the plot legend.
 
<b>Note</b>  On the digital waveform graph, this property works only when <b>Switch Plot Legend to Standard View</b> is enabled.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634341D
| [[WaveformGraph class/LegPlotMin property|LegPlotMin]]
|Sets the minimum number of plots to keep in the plot legend. The number of entries in the plot legend will never go below this value, regardless of the data in the graph or chart.
 
<b>Note</b>  On the digital waveform graph, this property works only when <b>Switch Plot Legend to Standard View</b> is enabled.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343420
| [[WaveformGraph class/PlotVisCheckboxVis property|PlotVisCheckboxVis]]
|Determines whether to show or hide the <b>Plot Visibility</b> checkbox on the plot legend. Use the checkbox to select which plots you want to display in the plot area.
 
This property is similar to the <b>Visible Items&#0187;Plot Visibility Checkbox</b> option in the shortcut menu of the plot legend of a graph or chart.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343409
| [[WaveformGraph class/LegPos property|LegPos]]
|Sets the position of the upper left corner of the graph legend in front panel coordinates.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634340A
| [[WaveformGraph class/LegLeft property|LegLeft]]
|Sets the location of the left-hand side of the graph legend in front panel coordinates.
 
This property is an element of the Legend:Position property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634340B
| [[WaveformGraph class/LegTop property|LegTop]]
|Sets the position of the top of the graph legend in front panel coordinates.
 
This property is an element of the Legend:Position property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343421
| [[WaveformGraph class/LegScrollPos property|LegScrollPos]]
|Gets or sets the position of the scroll box in the scroll bar of the plot legend. To set the position, wire a numeric value to this property that represents the plot number to which you want to scroll. LabVIEW places the plot you specify as the first visible plot in the plot legend. To set the scroll bar to the first plot, specify a value of 0. To set the scroll bar to the second plot, specify a value of 1, and so on.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634341F
| [[WaveformGraph class/LegScrollVis property|LegScrollVis]]
|Shows or hides the scroll bar of the plot legend.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634340C
| [[WaveformGraph class/LegSize property|LegSize]]
|Sets the size in pixels of the graph legend. The legend expands or contracts to the right.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634340E
| [[WaveformGraph class/LegHt property|LegHt]]
|Sets the height in pixels of the graph legend. The legend expands down, and truncates the height to the closest value that displays an integral number of plots.
 
This property is an element of the Legend:Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|634340D
| [[WaveformGraph class/LegWidth property|LegWidth]]
|Sets the width in pixels of the graph legend. The legend expands or contracts to the right.
 
This property is an element of the Legend:Size property.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343401
| [[WaveformGraph class/LegVis property|LegVis]]
|Shows the plot legend.
 
This property is similar to the <b>Show plot legend</b> option on the Appearance page of the <b>Waveform Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343404
| [[WaveformGraph class/Plot property|Plot]]
|Reference to active plot.
 
You can use this reference with the Plot properties.
|R
|X
|- style="background-color:#FFFFCC;"
|6343416
| [[WaveformGraph class/PlotImages.Back property|PlotImages.Back]]
|Sets the plot area background image, which is behind the grid lines.
 
This property is useful if you want to insert an image into the background of the graph plot area.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343418
| [[WaveformGraph class/PlotImages.Front property|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
|- style="background-color:#FFFFCC;"
|6343417
| [[WaveformGraph class/PlotImages.Middle property|PlotImages.Middle]]
|Sets the plot area middle plot image, which is between the grid lines and the plot data.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343408
| [[WaveformGraph class/SelectedCrsrs property|SelectedCrsrs]]
|Displays the currently selected cursor.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6343402
| [[WaveformGraph class/SmoothUpdt property|SmoothUpdt]]
|Draws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property.
 
This property is similar to the <b>Advanced&#0187;Smooth Updates</b> item on the shortcut menu of a waveform graph.
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide WaveformGraph Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ WaveformGraph Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|6343003
| [[WaveformGraph class/Export Data to Clipboard method|Export Data to Clipboard]]
|Exports the graph data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.
|X
|- style="background-color:#FFFFCC;"
|6343005
| [[WaveformGraph class/Export Data to DIAdem method|Export Data to DIAdem]]
|Exports the graph data to DIAdem.
|X
|- style="background-color:#FFFFCC;"
|6343004
| [[WaveformGraph class/Export Data to Excel method|Export Data to Excel]]
|Exports the graph data to Excel.
|X
|- style="background-color:#FFFFCC;"
|6343001
| [[WaveformGraph class/Export Image method|Export Image]]
|Exports an image of a waveform graph to the clipboard or disk.
 
This method is similar to the Export Simplified Image option on the shortcut menu of a waveform graph.
|X
|- style="background-color:#D1BB80;"
|6343002
| [[WaveformGraph class/Export Image Color method|Export Image Color]]
|
|X
|- style="background-color:#FFFFCC;"
|6343006
| [[WaveformGraph class/Export Plot Data To Clipboard method|Export Plot Data To Clipboard]]
|Exports plot data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.
|X
|- style="background-color:#FFFFCC;"
|6343008
| [[WaveformGraph class/Export Plot Data To DIAdem method|Export Plot Data To DIAdem]]
|Exports plot data to DIAdem.
|X
|- style="background-color:#FFFFCC;"
|6343007
| [[WaveformGraph class/Export Plot Data To Excel method|Export Plot Data To Excel]]
|Exports plot data to Excel.
|X
|- style="background-color:#FFFFCC;"
|6343000
| [[WaveformGraph class/GetPlotAtPos method|GetPlotAtPos]]
|Returns the plot closest to a coordinate in the coordinate system of the pane within a certain threshold.
|X
|}
</div>
 
==Events==
<span class="mw-customtoggle-eventstable">Show/Hide WaveformGraph Events Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
{{VIServerLegend}}
{| class="wikitable sortable"
|+ WaveformGraph Events Table
! Code
! Name
! Type
|- style="background-color:#FFFFCC;"
|1073741864
|[[WaveformGraph class/Cursor Grab event|Cursor Grab]]
|Notify
|- style="background-color:#FFFFCC;"
|2147483687
|[[WaveformGraph class/Cursor Grab? event|Cursor Grab?]]
|Filter
|- style="background-color:#FFFFCC;"
|1073741865
|[[WaveformGraph class/Cursor Move event|Cursor Move]]
|Notify
|- style="background-color:#FFFFCC;"
|1073741866
|[[WaveformGraph class/Cursor Release event|Cursor Release]]
|Notify
|}
</div>


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 452: Line 24:
*[[VI Server]]
*[[VI Server]]


[[Category:VI Server]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 02:01, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name WaveformGraph class
Class ID 24
Scope Basic Development Environment
Class Inheritance
Class Children


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

Properties

Show/Hide WaveformGraph Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
WaveformGraph Properties Table
Property ID Long Name (English) Description R/W RTE
6343401Legend:VisibleShows the plot legend.Read/WriteYes
6343402Smooth UpdateDraws graph with less flicker, but slightly slower. (Mac OS X) LabVIEW ignores this property.Read/WriteYes
6343403Active PlotGets 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/WriteYes
6343404PlotReference to active plot.Read OnlyYes
6343405Active CursorUse this property to get and set the active cursor and set properties and methods on that cursor.Read/WriteYes
6343406CursorReference to active cursor.Read OnlyYes
6343407Old Cursor ListRead/WriteYes
6343408Selected CursorsDisplays the currently selected cursor.Read/WriteYes
6343409Legend:PositionSets the position of the upper left corner of the graph legend in front panel coordinates.Read/WriteYes
634340ALegend:Position:LeftSets the location of the left-hand side of the graph legend in front panel coordinates.Read/WriteYes
634340BLegend:Position:TopSets the position of the top of the graph legend in front panel coordinates.Read/WriteYes
634340CLegend:SizeSets the size in pixels of the graph legend. The legend expands or contracts to the right.Read/WriteYes
634340DLegend:Size:WidthSets the width in pixels of the graph legend. The legend expands or contracts to the right.Read/WriteYes
634340ELegend:Size:HeightSets the height in pixels of the graph legend. The legend expands down, and truncates the height to the closest value that displays an integral number of plots.Read/WriteYes
634340FLegend:Plots ShownRead/WriteYes
6343410Cursor Legend VisibleDisplays the cursor legend. This property is similar to the Visible Items»Cursor Legend item on the shortcut menu of a waveform graph control.Read/WriteYes
6343411Older Cursor ListRead/WriteYes
6343412Ignore TimestampIf 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/WriteYes
6343413Ignore AttributesIf 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/WriteYes
6343414Legend:AutosizeIf TRUE, the plot legend automatically resizes to the width of the longest plot name visible in the legend.Read/WriteYes
6343415Legend:DisableDisables the plot legend at run time.Read/WriteYes
6343416Plot Images:BackSets the plot area background image, which is behind the grid lines.Read/WriteYes
6343417Plot Images:MiddleSets the plot area middle plot image, which is between the grid lines and the plot data.Read/WriteYes
6343418Plot Images:FrontSets the plot area foreground image, which is in front of the plot data.Read/WriteYes
6343419Old Annotation ListRead/WriteYes
634341AOld Cursor ListRead/WriteYes
634341BCursor ListArray of information about all cursors. Each array element is a cluster of Cursor properties.Read/WriteYes
634341CAnnotation ListArray of information about all annotations. Each array element is a cluster of annotation elements.Read/WriteYes
634341DLegend:Plot MinimumSets the minimum number of plots to keep in the plot legend. The number of entries in the plot legend will never go below this value, regardless of the data in the graph or chart.Read/WriteYes
634341ELegend:Number of RowsSets the number of rows in the plot legend.Read/WriteYes
634341FLegend:Scrollbar VisibleShows or hides the scroll bar of the plot legend.Read/WriteYes
6343420Legend:Plot Visibility Checkbox VisibleDetermines whether to show or hide the Plot Visibility checkbox on the plot legend. Use the checkbox to select which plots you want to display in the plot area.Read/WriteYes
6343421Legend:Scroll PositionGets or sets the position of the scroll box in the scroll bar of the plot legend. To set the position, wire a numeric value to this property that represents the plot number to which you want to scroll. LabVIEW places the plot you specify as the first visible plot in the plot legend. To set the scroll bar to the first plot, specify a value of 0. To set the scroll bar to the second plot, specify a value of 1, and so on.Read/WriteYes
6343422Cursors Scroll GraphGets 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/WriteYes

Methods

Show/Hide WaveformGraph Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
WaveformGraph Methods Table
Method ID Long Name (English) Description RTE
6343000Get Plot At PositionReturns the plot closest to a coordinate in the coordinate system of the pane within a certain threshold.Yes (Read/Write)
6343001Export ImageExports an image of a waveform graph to the clipboard or disk.Yes (Read/Write)
6343002Export Image ColorYes
6343003Export Data to ClipboardExports the graph data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
6343004Export Data to ExcelExports the graph data to Excel.Yes (Read/Write)
6343005Export Data to DIAdemExports the graph data to DIAdem.Yes (Read/Write)
6343006Export Plot Data To ClipboardExports plot data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
6343007Export Plot Data To ExcelExports plot data to Excel.Yes (Read/Write)
6343008Export Plot Data To DIAdemExports plot data to DIAdem.Yes (Read/Write)

Events

Show/Hide WaveformGraph Events Table

Legend
Basic Development Environment
VI Scripting
Private
Deprecated
WaveformGraph Events Table
Code Name Description Type
1073741864Cursor GrabGenerated 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
2147483687Cursor 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
1073741865Cursor MoveGenerated when the user moves a cursor either by clicking and dragging the cursor or using the Cursor Movement Tool.Notify
1073741866Cursor ReleaseGenerated 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)
LabVIEW 2018 More info to come.

See Also