ColorGraphScale class
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | ColorGraphScale class |
| Class ID | 43 |
| Scope | Basic Development Environment |
| Class Inheritance |
|
| Class Children | This class has no children. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The ColorGraphScale class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide ColorGraphScale Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6331407 | 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 |
| 6331405 | InterpColor | Interpolates between array colors.
This property is similar to the Interpolate Color item on the shortcut menu of an intensity graph and to the Interpolate color option on the Scales page of the Intensity Graph Properties dialog box. |
R/W | X |
| 6331404 | LooseFit | If TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale.
This property is similar to the Loose Fit item on the shortcut menu of an intensity graph. |
R/W | X |
| 6331406 | 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 |
| 6331408 | MarkerVals() | Array of (value, color) cluster pairs which specify the marker locations and colors. | R/W | X |
| 633140A | NameLbl | Reference to the scale name label.
You can use this reference with the Text properties. This property is similar to the Name option on the Scales page of the Intensity Graph Properties dialog box. |
R | X |
| 6331401 | Ofst&Mult | Cluster of offset(Xo) and multiplier(deltaX) for scaling values using (deltaX)*X + Xo.
This property is similar to the Offset and Multiplier options on the Scales page of the Intensity Graph Properties dialog box. |
R/W | X |
| 6331403 | 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 Offset option on the Scales page of the Intensity Graph Properties dialog box. |
R/W | X |
| 6331402 | 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 Offset option on the Scales page of the Intensity Graph Properties dialog box. |
R/W | X |
| 6331409 | RampVis | Shows color ramp.
This property is similar to the Visible Items»Ramp item on the shortcut menu of an intensity graph and to the Show color ramp option on the Scales page of the Intensity Graph Properties dialog box. |
R/W | X |
| 6331400 | 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 Autoscale checkbox on the Scales page of the Properties dialog box. |
R/W | X |
| 633140B | UnitLabel | Reference to the unit label of a front panel control. You can use this reference with the Text properties. | R | X |
Methods
No Methods for this class.
Events
No Events for this class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |