Jump to content

Plot class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=Plot|id=37|scope=basic|class_0=Generic|class_1=Plot}}
{{VIServerClass|37}}


{{stub}}
{{stub}}
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 Plot Properties Table</span>
{{VIServerClassTables|37}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Plot Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|632B3FF
| [[Plot class/Anti-aliased property|Anti-aliased]]
|Enables anti-aliasing for the referenced plot.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B407
| [[Plot class/BarStyle property|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
|- style="background-color:#FFFFCC;"
|632B410
| [[Plot class/DigitalLineStyle property|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
|- style="background-color:#FFFFCC;"
|632B40F
| [[Plot class/TransitionLocation property|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
|- style="background-color:#FFFFCC;"
|632B40E
| [[Plot class/TransitionType property|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
|- style="background-color:#FFFFCC;"
|632B408
| [[Plot class/FillTo property|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 <b>Fill to</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B405
| [[Plot class/Fill/PtColor property|Fill/PtColor]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B40D
| [[Plot class/LabelFormat property|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 <b>Format</b> option on the Plots page of the <b>Digital Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B404
| [[Plot class/LineStyle property|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 <b>Line Style</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B406
| [[Plot class/LineWidth property|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 <b>Line Width</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B401
| [[Plot class/Color property|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 <b>Line color</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#D1BB80;"
|632B40C
| [[Plot class/PlotInfo property|PlotInfo]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B402
| [[Plot class/Interp property|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 <b>Plot Interpolation</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B400
| [[Plot class/Name property|Name]]
|Name of the plot. If the Ignore Attributes property is FALSE, you cannot set the plot name.
 
This property is similar to the <b>Name</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B403
| [[Plot class/PointStyle property|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 <b>Point Style</b> option on the <b>Plots</b> page of the Properties dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B40B
| [[Plot class/Visible? property|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
|- style="background-color:#FFFFCC;"
|632B409
| [[Plot class/XScaleIdx property|XScaleIdx]]
|The index of X-scale with which this plot is associated.
|R/W
|X
|- style="background-color:#FFFFCC;"
|632B40A
| [[Plot class/YScaleIdx property|YScaleIdx]]
|The index of Y-scale with which this plot is associated.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== 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 179: Line 24:
*[[VI Server]]
*[[VI Server]]


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

Latest revision as of 01:59, 8 May 2020

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