Plot class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Plot class |
Class ID | 37 |
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 Plot class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Plot 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 |
---|---|---|---|---|
632B3FF | Anti-aliased | Enables anti-aliasing for the referenced plot. | Read/Write | Yes |
632B400 | Plot Name | Name of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name. | Read/Write | Yes |
632B401 | Plot Color | Color of the plot. | Read/Write | Yes |
632B402 | Plot Interpolation | Interpolation of plot: 0-None, 1-Stepwise, 2-Linear, 3-Stepwise horizontal, 4-Stepwise horizontally centered, 5-Stepwise vertically centered. | Read/Write | Yes |
632B403 | Point Style | Point Style (0-16) as shown on the shortcut menu from top-left to bottom-right. | Read/Write | Yes |
632B404 | Line Style | Line style (0-4) as shown on the shortcut menu from top-left to bottom-right. | Read/Write | Yes |
632B405 | Fill/Point Color | Color of the point and fills. | Read/Write | Yes |
632B406 | Line Width | Width of the plot (0-5). | Read/Write | Yes |
632B407 | Bar Plot Style | Gets or sets the bar plot style. | Read/Write | Yes |
632B408 | Fill To | Fill baseline: -1 None, -2 Zero, -3 Negative Infinity, -4 Infinity. Otherwise, the number of the plot being filled. | Read/Write | Yes |
632B409 | X Scale Index | The index of X-scale with which this plot is associated. | Read/Write | Yes |
632B40A | Y Scale Index | The index of Y-scale with which this plot is associated. | Read/Write | Yes |
632B40B | Visible | Shows the plot. | Read/Write | Yes |
632B40C | Plot Info | Read/Write | Yes | |
632B40D | Label Format | Gets or sets the format of the text label on a digital plot. | Read/Write | Yes |
632B40E | Digital Transition Type | Sets how LabVIEW distinguishes differing values in the plot. This affects only plots with more than one bit. Applies to digital plots only. | Read/Write | Yes |
632B40F | Digital Transition Location | Sets whether to display high to low transitions at the previous point, in between points, or at the new point on the x-axis. The default displays high to low transitions at the new point on the x-axis. Applies to digital plots only. | Read/Write | Yes |
632B410 | Digital Line Style | Sets whether LabVIEW uses a thin or thick line in the plot to distinguish high or low values or to offset a particular plot line. Applies to digital plots only. Valid values include 0 (do not distinguish high or low values), 1 (distinguish low values), 2 (distinguish high values), 3 (thicken entire line). | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: Generic Class.
Events
This class has no events or it inherits events from its parent: Generic Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |