Plot class

From LabVIEW Wiki
Jump to: navigation, search
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 Long Name (English) Description R/W RTE
632B3FFAnti-aliasedEnables anti-aliasing for the referenced plot.Read/WriteYes
632B400Plot NameName of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name.Read/WriteYes
632B401Plot ColorColor of the plot.Read/WriteYes
632B402Plot InterpolationInterpolation of plot: 0-None, 1-Stepwise, 2-Linear, 3-Stepwise horizontal, 4-Stepwise horizontally centered, 5-Stepwise vertically centered.Read/WriteYes
632B403Point StylePoint Style (0-16) as shown on the shortcut menu from top-left to bottom-right.Read/WriteYes
632B404Line StyleLine style (0-4) as shown on the shortcut menu from top-left to bottom-right.Read/WriteYes
632B405Fill/Point ColorColor of the point and fills.Read/WriteYes
632B406Line WidthWidth of the plot (0-5).Read/WriteYes
632B407Bar Plot StyleGets or sets the bar plot style.Read/WriteYes
632B408Fill ToFill baseline: -1 None, -2 Zero, -3 Negative Infinity, -4 Infinity. Otherwise, the number of the plot being filled.Read/WriteYes
632B409X Scale IndexThe index of X-scale with which this plot is associated.Read/WriteYes
632B40AY Scale IndexThe index of Y-scale with which this plot is associated.Read/WriteYes
632B40BVisibleShows the plot.Read/WriteYes
632B40CPlot InfoRead/WriteYes
632B40DLabel FormatGets or sets the format of the text label on a digital plot.Read/WriteYes
632B40EDigital Transition TypeSets how LabVIEW distinguishes differing values in the plot. This affects only plots with more than one bit. Applies to digital plots only.Read/WriteYes
632B40FDigital Transition LocationSets 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/WriteYes
632B410Digital Line StyleSets 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/WriteYes

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

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

See Also