Scale class/Style property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 632F000
Scope Basic Development Environment
Data Name Style
Short Name* Style
Long Name* Style
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 40
Owning Class Name Scale Class
Data Type U8 data type

U8

Property Node Style
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 style of the marks on a scale. The values (0-8) for this property correspond with the options on the Style shortcut menu, available by right-clicking a scale on a graph or chart and selecting Style, from top-left (0) to bottom-right (8).

This property is similar to the Style item on the shortcut menu of a scale.

The following image shows the Style shortcut menu:

<img src="noloc_fp_ScaleStyleMenu.gif">

Refer to the following table for a description of each value:

! scope="column" style="text-align:Left;" | Icon! scope="column" style="text-align:Left;" | Description
Value
0 <img src="noloc_fp_ScaleStyle0.gif"> Displays evenly-spaced, periodic values and marks for each of those values.
1 <img src="noloc_fp_ScaleStyle1.gif"> Displays only the endpoint values and marks for endpoint values with no values or marks in between.
2 <img src="noloc_fp_ScaleStyle2.gif"> Displays evenly-spaced, periodic marks with no values.
3 <img src="noloc_fp_ScaleStyle3.gif"> Displays evenly-spaced, periodic values with no marks.
4 <img src="noloc_fp_ScaleStyle4.gif"> Displays only the endpoint values with no marks and no values or marks in between.
5 <img src="noloc_fp_ScaleStyle5.gif"> Displays no values or marks.
6 <img src="noloc_fp_ScaleStyle6.gif"> Displays evenly-spaced, periodic values and marks for each of those values as well as incremental marks in between values.
7 <img src="noloc_fp_ScaleStyle7.gif"> Displays only the endpoint values and marks for endpoint values as well as incremental marks in between endpoint values.
8 <img src="noloc_fp_ScaleStyle8.gif"> Displays evenly-spaced, periodic marks with no values as well as incremental marks in between.

Uses

History

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

See Also

External Links