Jump to content

XYGraph 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=XYGraph|id=83|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=GraphChart|class_4=WaveformGraph|class_5=XYGraph}}
{{VIServerClass|83}}


{{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 XYGraph Properties Table</span>
{{VIServerClassTables|83}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ XYGraph Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|2DB0B003
| [[XYGraph class/CartesianLinesVisible property|CartesianLinesVisible]]
|Shows or hides the Cartesian lines.
 
This property is similar to the <b>Optional Plane&#0187;Show Cartesian Lines</b> item on the shortcut menu of an XY graph and the <b>Cartesian lines</b> option on the Scales page of the <b>XY Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2DB0B002
| [[XYGraph class/OptionalLabelsVisible property|OptionalLabelsVisible]]
|Shows or hides the labels of the Nyquist plane, Nichols plane, S plane, or Z plane.
 
Plane lines must be visible to show optional plane labels. This property is similar to the <b>Optional Plane&#0187;Show Nyquist Labels</b>, <b>Optional Plane&#0187;Show Nichols Plane Labels</b>, <b>Optional Plane&#0187;Show S Plane Labels</b>, and <b>Optional Plane&#0187;Show Z Plane Labels</b> items on the shortcut menu of an XY graph. This property also is similar to the <b>Optional plane labels</b> option on the Scales page of the <b>XY Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2DB0B001
| [[XYGraph class/OptionalLinesVisible property|OptionalLinesVisible]]
|Shows or hides the lines of the Nyquist plane, Nichols plane, S plane, or Z plane.
 
This property is similar to the <b>Optional Plane&#0187;Show Nyquist Lines</b>, <b>Optional Plane&#0187;Show Nichols Plane Lines</b>, <b>Optional Plane&#0187;Show S Plane Lines</b>, and <b>Optional Plane&#0187;Show Z Plane Lines</b> items on the shortcut menu of an XY graph. This property also is similar to the <b>Optional plane lines</b> option on the Scales page of the <b>XY Graph Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2DB0B000
| [[XYGraph class/PlaneType property|PlaneType]]
|Displays a Nyquist plane, Nichols plane, S plane, or Z plane on an XY graph.
 
This property is similar to the Optional Plane item on the shortcut menu of an XY graph and the <b>Show optional plane</b> option on the Scales page of the <b>XY Graph Properties</b> dialog box.
|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 73: Line 24:
*[[VI Server]]
*[[VI Server]]


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

Latest revision as of 02:03, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name XYGraph class
Class ID 83
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide XYGraph Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
XYGraph Properties Table
Property ID Long Name (English) Description R/W RTE
2DB0B000Optional Plane:Plane TypeDisplays a Nyquist plane, Nichols plane, S plane, or Z plane on an XY graph.Read/WriteYes
2DB0B001Optional Plane:Lines VisibleShows or hides the lines of the Nyquist plane, Nichols plane, S plane, or Z plane.Read/WriteYes
2DB0B002Optional Plane:Labels VisibleShows or hides the labels of the Nyquist plane, Nichols plane, S plane, or Z plane.Read/WriteYes
2DB0B003Cartesian Lines:VisibleShows or hides the Cartesian lines.Read/WriteYes

Methods

This class has no methods or it inherits methods from its parent: WaveformGraph Class.

Events

This class has no events or it inherits events from its parent: WaveformGraph Class.


History

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

See Also