Jump to content

Plot class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=Plot|id=37|scope=basic|class_0=Generic|class_1=Plot}}
{{VIServerClass|37}}


{{stub}}
{{stub}}
Line 166: Line 166:


== 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

Revision as of 23:11, 1 September 2019

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.


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

Properties

Show/Hide Plot Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Plot Properties Table
Property ID Short Name (English) Description R/W RTE
632B3FF Anti-aliased Enables anti-aliasing for the referenced plot. R/W X
632B407 BarStyle Gets or sets the bar plot style.

This property is similar to the Bar Plots item on the shortcut menu of a plot.

R/W X
632B410 DigitalLineStyle 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).

This property is similar to the Line Style item on the shortcut menu of a digital waveform graph plot legend.

R/W X
632B40F TransitionLocation 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.

This property is similar to the Transition Location item on the shortcut menu of a plot.

R/W X
632B40E TransitionType Sets how LabVIEW distinguishes differing values in the plot. This affects only plots with more than one bit. Applies to digital plots only.

This property is similar to the Transition Type item on the shortcut menu of a plot.

R/W X
632B408 FillTo Fill baseline: -1 None, -2 Zero, -3 Negative Infinity, -4 Infinity. Otherwise, the number of the plot being filled.

This property is similar to the Fill Base Line item on the shortcut menu of a plot and the Fill to option on the Plots page of the Properties dialog box.

R/W X
632B405 Fill/PtColor R/W X
632B40D LabelFormat Gets or sets the format of the text label on a digital plot.

This property is similar to the Label Format item on the shortcut menu of the plot legend of a mixed signal or digital waveform graph.

This property is similar to the Format option on the Plots page of the Digital Graph Properties dialog box.

R/W X
632B404 LineStyle Line style (0-4) as shown on the shortcut menu from top-left to bottom-right.

This property is similar to the Line Style item on the shortcut menu of a plot and the Line Style option on the Plots page of the Properties dialog box.

R/W X
632B406 LineWidth Width of the plot (0-5).

This property is similar to the Line Width item on the shortcut menu of a plot and the Line Width option on the Plots page of the Properties dialog box.

R/W X
632B401 Color Color of the plot.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

This property is similar to the Color item on the shortcut menu of a plot and the Line color option on the Plots page of the Properties dialog box.

R/W X
632B40C PlotInfo R/W X
632B402 Interp Interpolation of plot: 0-None, 1-Stepwise, 2-Linear, 3-Stepwise horizontal, 4-Stepwise horizontally centered, 5-Stepwise vertically centered.

This property is similar to the Interpolation item on the shortcut menu of a plot and the Plot Interpolation option on the Plots page of the Properties dialog box.

R/W X
632B400 Name Name of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name.

This property is similar to the Name option on the Plots page of the Properties dialog box.

R/W X
632B403 PointStyle Point Style (0-16) as shown on the shortcut menu from top-left to bottom-right.

This property is similar to the Point Style item on the shortcut menu of a plot and Point Style option on the Plots page of the Properties dialog box.

R/W X
632B40B Visible? Shows the plot.

This property is similar to the Plot Visible option in the shortcut menu of a glyph in the plot legend of a graph or chart.

R/W X
632B409 XScaleIdx The index of X-scale with which this plot is associated. R/W X
632B40A YScaleIdx The index of Y-scale with which this plot is associated. R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also