|
|
| (2 intermediate revisions 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 ColorGraphScale Properties Table</span> | | {{VIServerClassTables|43}} |
| <div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
| |
| {{VIServerLegend|showrw=TRUE|showrte=TRUE}}
| |
| {| class="wikitable sortable"
| |
| |+ ColorGraphScale Properties Table
| |
| ! Property ID
| |
| ! Short Name (English) | |
| ! Description
| |
| ! R/W
| |
| ! RTE
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331407
| |
| | [[ColorGraphScale class/HighColor property|HighColor]]
| |
| |Color for values greater than last array element.
| |
| | |
| 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;"
| |
| |6331405
| |
| | [[ColorGraphScale class/InterpColor property|InterpColor]]
| |
| |Interpolates between array colors.
| |
| | |
| This property is similar to the <b>Interpolate Color</b> item on the shortcut menu of an intensity graph and to the <b>Interpolate color</b> option on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331404
| |
| | [[ColorGraphScale class/LooseFit property|LooseFit]]
| |
| |If TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale.
| |
| | |
| This property is similar to the <b>Loose Fit</b> item on the shortcut menu of an intensity graph.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331406
| |
| | [[ColorGraphScale class/LowColor property|LowColor]]
| |
| |Color for values less than first array element.
| |
| | |
| 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;"
| |
| |6331408
| |
| | [[ColorGraphScale class/MarkerVals() property|MarkerVals()]]
| |
| |Array of (value, color) cluster pairs which specify the marker locations and colors.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633140A
| |
| | [[ColorGraphScale class/NameLbl property|NameLbl]]
| |
| |Reference to the scale name label.
| |
| | |
| You can use this reference with the Text properties.
| |
| | |
| This property is similar to the <b>Name</b> option on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331401
| |
| | [[ColorGraphScale class/Ofst&Mult property|Ofst&Mult]]
| |
| |Cluster of offset(Xo) and multiplier(deltaX) for scaling values using (deltaX)*X + Xo.
| |
| | |
| This property is similar to the <b>Offset</b> and <b>Multiplier</b> options on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331403
| |
| | [[ColorGraphScale class/Multiplier property|Multiplier]]
| |
| |Multiplier, or interval, for scaling data using (deltaX)*X + Xo.
| |
| | |
| This property is an element of the Offset and Multiplier property.
| |
| | |
| This property is similar to the <b>Offset</b> option on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331402
| |
| | [[ColorGraphScale class/Offset property|Offset]]
| |
| |Offset, or initial value, for scaling data using (deltaX)*X + Xo.
| |
| | |
| If you change the offset, the scale no longer uses 0 as the origin of the plot. This property is an element of the Offset and Multiplier property.
| |
| | |
| This property is similar to the <b>Offset</b> option on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331409
| |
| | [[ColorGraphScale class/RampVis property|RampVis]]
| |
| |Shows color ramp.
| |
| | |
| This property is similar to the <b>Visible Items»Ramp</b> item on the shortcut menu of an intensity graph and to the <b>Show color ramp</b> option on the Scales page of the <b>Intensity Graph Properties</b> dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |6331400
| |
| | [[ColorGraphScale class/ScaleFit property|ScaleFit]]
| |
| |Fits the scale to data.
| |
| | |
| This property is similar to the AutoScale items on the shortcut menu of an x- or y-scale and to the <b>Autoscale</b> checkbox on the <b>Scales</b> page of the Properties dialog box.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |633140B
| |
| | [[ColorGraphScale class/UnitLabel property|UnitLabel]]
| |
| |Reference to the unit label of a front panel control. You can use this reference with the Text properties.
| |
| |R
| |
| |X
| |
| |} | |
| </div>
| |
| | |
| ==Methods==
| |
| ''No Methods for this class.''
| |
| | |
| ==Events==
| |
| ''No Events for this class.''
| |
|
| |
|
| == History == | | == History == |
| Line 140: |
Line 25: |
| *[[VI Scripting]] | | *[[VI Scripting]] |
|
| |
|
| [[Category:VI Server]]
| |
| [[Category:VI Server Class]] | | [[Category:VI Server Class]] |
| [[Category:VI Scripting]]
| |
The ColorGraphScale class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide ColorGraphScale Properties Table
ColorGraphScale Properties Table
| Property ID
|
Long Name (English)
|
Description
|
R/W
|
RTE
|
| 6331400 | Scale Fit | Fits the scale to data. | Read/Write | Yes |
| 6331401 | Offset and Multiplier | Cluster of offset(Xo) and multiplier(deltaX) for scaling values using (deltaX)*X + Xo. | Read/Write | Yes |
| 6331402 | Offset and Multiplier:Offset | Offset, or initial value, for scaling data using (deltaX)*X + Xo. | Read/Write | Yes |
| 6331403 | Offset and Multiplier:Multiplier | Multiplier, or interval, for scaling data using (deltaX)*X + Xo. | Read/Write | Yes |
| 6331404 | Loose Fit | If TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale. | Read/Write | Yes |
| 6331405 | Interpolate Color | Interpolates between array colors. | Read/Write | Yes |
| 6331406 | Low Color | Color for values less than first array element. | Read/Write | Yes |
| 6331407 | High Color | Color for values greater than last array element. | Read/Write | Yes |
| 6331408 | Marker Values[] | Array of (value, color) cluster pairs which specify the marker locations and colors. | Read/Write | Yes |
| 6331409 | Ramp Visible | Shows color ramp. | Read/Write | Yes |
| 633140A | Name Label | Reference to the scale name label. | Read Only | Yes |
| 633140B | Unit Label | Reference to the unit label of a front panel control. You can use this reference with the Text properties. | Read Only | Yes |
Methods
This class has no methods or it inherits methods from its parent: Scale Class.
Events
This class has no events or it inherits events from its parent: Scale Class.
History
| Version
|
Change(s)
|
|
More info to come.
|
See Also