WaveformChart class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | WaveformChart class |
Class ID | 23 |
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 WaveformChart class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide WaveformChart 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 |
---|---|---|---|---|
6342801 | Legend:Visible | Determines whether to show or hide the plot legend of the waveform chart. | Read/Write | Yes |
6342803 | Digital Display[] | Reference(s) to the digital display(s). | Read Only | Yes (Read Only) |
6342804 | 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 |
6342805 | Plot | Reference to active plot. | Read Only | Yes |
6342806 | Update Mode | Gets or sets the update mode of the chart. Valid values include 0 (Strip), 1 (Scope), and 2 (Sweep). | Read/Write | Yes |
6342807 | Stack Plots? | Returns TRUE if the plots are stacked and FALSE if the plots are overlayed. | Read/Write | Yes (Read Only) |
6342809 | Digital Display(s) Visible | Indicates whether the digital displays for the chart are visible. | Read/Write | Yes |
634280A | Legend:Position | Sets the position of the upper left corner of the chart legend in front panel coordinates. | Read/Write | Yes |
634280B | Legend:Position:Left | Sets the location of the left-hand side of the chart legend in front panel coordinates. | Read/Write | Yes |
634280C | Legend:Position:Top | Sets the position of the top of the chart legend in front panel coordinates. | Read/Write | Yes |
634280D | Legend:Size | Sets the size in pixels of the chart legend. The legend expands or contracts to the right. | Read/Write | Yes |
634280E | Legend:Size:Width | Sets the width, in pixels, of the chart legend. The legend expands or contracts to the right. | Read/Write | Yes |
634280F | Legend:Size:Height | Sets the height, in pixels, of the chart legend. The legend expands down, and truncates the height to the closest value that displays an integral number of plots. | Read/Write | Yes |
6342810 | Legend:Plots Shown | Read/Write | Yes | |
6342811 | Legend:Autosize | If TRUE, the plot legend automatically resizes to the width of the longest plot name visible in the legend. | Read/Write | Yes |
6342812 | Legend:Disable | Disables the plot legend at run time. | Read/Write | Yes |
6342813 | 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 |
6342814 | Legend:Number of Rows | Sets the number of rows in the plot legend. | Read/Write | Yes |
6342815 | Legend:Plot Minimum | Sets the minimum number of plots to keep in the plot legend. The number of entries in the plot legend never goes below this value, regardless of the data in the graph or chart. | Read/Write | Yes |
6342816 | Legend:Scrollbar Visible | Shows or hides the scroll bar of the plot legend. | Read/Write | Yes |
6342817 | Legend:Plot Visibility Checkbox Visible | Determines 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/Write | Yes |
6342818 | Legend:Scroll Position | 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. | Read/Write | Yes |
Methods
Show/Hide WaveformChart Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
6342800 | Export Image | Exports an image of a waveform chart to the clipboard or disk. | Yes (Read/Write) |
6342801 | Export Image Color | Yes | |
6342802 | Export Data to Clipboard | Exports the chart data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
6342803 | Export Data to Excel | Exports the chart data to Excel. | Yes (Read Only) |
6342804 | Export Data to DIAdem | Exports the chart data to DIAdem. | Yes (Read/Write) |
6342805 | Export Plot Data To Clipboard | Exports plot data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
6342806 | Export Plot Data To Excel | Exports plot data to Excel. | Yes (Read/Write) |
6342807 | Export Plot Data To DIAdem | Exports plot data to DIAdem. | Yes (Read Only) |
Events
This class has no events or it inherits events from its parent: GraphChart Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |