Scale class/Style property: Difference between revisions
Appearance
Added new property page. |
m Category reorg |
||
| Line 89: | Line 89: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:43, 7 May 2020
| 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 |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
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
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |