ColorGraphScale class

From LabVIEW Wiki
Jump to: navigation, search
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.


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

Properties

Show/Hide ColorGraphScale Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ColorGraphScale Properties Table
Property ID Long Name (English) Description R/W RTE
6331400Scale FitFits the scale to data.Read/WriteYes
6331401Offset and MultiplierCluster of offset(Xo) and multiplier(deltaX) for scaling values using (deltaX)*X + Xo.Read/WriteYes
6331402Offset and Multiplier:OffsetOffset, or initial value, for scaling data using (deltaX)*X + Xo.Read/WriteYes
6331403Offset and Multiplier:MultiplierMultiplier, or interval, for scaling data using (deltaX)*X + Xo.Read/WriteYes
6331404Loose FitIf TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale.Read/WriteYes
6331405Interpolate ColorInterpolates between array colors.Read/WriteYes
6331406Low ColorColor for values less than first array element.Read/WriteYes
6331407High ColorColor for values greater than last array element.Read/WriteYes
6331408Marker Values[]Array of (value, color) cluster pairs which specify the marker locations and colors.Read/WriteYes
6331409Ramp VisibleShows color ramp.Read/WriteYes
633140AName LabelReference to the scale name label.Read OnlyYes
633140BUnit LabelReference to the unit label of a front panel control. You can use this reference with the Text properties.Read OnlyYes

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)
LabVIEW 2018 More info to come.

See Also