Jump to content

IntensityChart class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(One intermediate revision by the same user not shown)
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 IntensityChart Properties Table</span>
{{VIServerClassTables|25}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ IntensityChart Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|6344004
| [[IntensityChart class/ColorTbl property|ColorTbl]]
|Array of 256 colors defining the color map.
 
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.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6344003
| [[IntensityChart class/IgnoreArr property|IgnoreArr]]
|Indicate use of Color Table instead of Z Scale color settings.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6344005
| [[IntensityChart class/UpdateMode property|UpdateMode]]
|Gets or sets the update mode of the chart. Valid values include 0 (Strip), 1 (Scope), and 2 (Sweep).
 
This property is similar to the <b>Advanced&#0187;Update Mode</b> item on the shortcut menu of an intensity chart and the <b>Update mode</b> option on the Appearance page of the <b>Intensity Chart Properties</b> dialog box.
 
<ol start="0">
<li>Strip&#8212;Shows running data continuously scrolling from left to right across the chart with old data on the left and new data on the right. A strip chart is similar to a paper tape strip chart recorder.</li>
<li>Scope&#8212;Shows one item of data, such as a pulse or wave, scrolling partway across the chart from left to right. For each new value, the chart plots the value to the right of the last value. When the plot reaches the right border of the plotting area, LabVIEW erases the plot and begins plotting again from the left border. The retracing display of a scope chart is similar to an oscilloscope.</li>
<li>Sweep&#8212;Works similarly to a scope chart except it shows the old data on the right and the new data on the left separated by a vertical line. LabVIEW does not erase the plot in a sweep chart when the plot reaches the right border of the plotting area. A sweep chart is similar to an EKG display.</li></ol>
|R/W
|X
|- style="background-color:#FFFFCC;"
|6344002
| [[IntensityChart class/ZScale property|ZScale]]
|Reference to the Z-Scale.
 
You can use this reference with the ColorGraphScale properties.
 
This property is similar to the <b>Z Scale</b> item on the shortcut menu of an intensity chart.
 
This property is similar to the <b>Z-Axis</b> option on the Scales page of the <b>Intensity Chart Properties</b> dialog box.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide IntensityChart Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ IntensityChart Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|6343C00
| [[IntensityChart class/Export Data to Clipboard method|Export Data to Clipboard]]
|Exports the chart data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.
|X
|- style="background-color:#FFFFCC;"
|6343C01
| [[IntensityChart class/Export Data to Excel method|Export Data to Excel]]
|Exports the chart data to Excel.
|X
|}
</div>
 
==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 100: Line 24:
*[[VI Server]]
*[[VI Server]]


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

Latest revision as of 02:01, 8 May 2020

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

This class has no children.


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

    Properties

    Show/Hide IntensityChart Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    IntensityChart Properties Table
    Property ID Long Name (English) Description R/W RTE
    6344002Z ScaleReference to the Z-Scale.Read OnlyYes
    6344003Ignore ArrayIndicate use of Color Table instead of Z Scale color settings.Read/WriteYes
    6344004Color TableArray of 256 colors defining the color map.Read/WriteYes
    6344005Update ModeGets or sets the update mode of the chart. Valid values include 0 (Strip), 1 (Scope), and 2 (Sweep).Read/WriteYes
    6344007Z Scale InfoRead/WriteYes

    Methods

    Show/Hide IntensityChart Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    IntensityChart Methods Table
    Method ID Long Name (English) Description RTE
    6343C00Export Data to ClipboardExports the chart data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications.Yes (Read/Write)
    6343C01Export Data to ExcelExports the chart data to Excel.Yes (Read/Write)

    Events

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


    History

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

    See Also