GraphChart class/Frame Color property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6341C1B
Scope Basic Development Environment
Data Name Frame Color
Short Name* Frame Color
Long Name* Frame Color
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 22
Owning Class Name GraphChart Class
Data Type U32 data type

U32

Property Node Frame Color
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Gets or sets the frame color of the graph or chart.

The numeric value of this property corresponds to the color a color box constant displays for the same value. That color value is expressed as a hexadecimal number with the form RRGGBB. The first two digits control the red color value. The second two digits control the green color value. The last two digits control the blue color value.

Uses

History

Version Change(s)
LabVIEW 2011 This property was added in LabVIEW 2011.

See Also

External Links