Scale class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Scale class |
Class ID | 40 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children |
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Scale class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Scale Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
632F000 | Style | 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). | Read/Write | Yes |
632F001 | Display Format | Specifies the format and precision of the scale. Format can be 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Time and Date, 8-SI, or 9-Custom (read-only). Precision is the number of digits after the decimal point. | Read/Write | Yes |
632F002 | Display Format:Format | Specifies the format of the numeric increments of the scale. This property accepts the following format values: 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Time and Date, 8-SI, and 9-Custom (read-only). You cannot wire a value of 9 to this property because the value is read-only. This property returns a value of 9 if the object uses automatic formatting, the format string contains text, or the format string includes more than one format specifier. | Read/Write | Yes |
632F003 | Display Format:Precision | Number of digits after the decimal point. If you wire a value of 9 to the Format property, this property returns an error. | Read/Write | Yes |
632F004 | Range | A scale is a component of many front panel objects in LabVIEW, such as the X and Y scales of graphs and charts. The scale consists of a range of values, specified as a cluster of (Minimum, Maximum, Increment, Minor Increment, and Start). | Read/Write | Yes |
632F005 | Range:Minimum | Minimum value of scale. Use this property to set the minimum value allowed in the range. | Read/Write | Yes |
632F006 | Range:Maximum | Maximum value of scale. Use this property to set the maximum value allowed in the range. | Read/Write | Yes |
632F007 | Range:Increment | Increment value of scale. Use this property to determine the distance between tick marks. | Read/Write | Yes |
632F008 | Range:Minor Increment | Minor increment value of scale. Use this property to determine the distance between minor tick marks. | Read/Write | Yes |
632F009 | Range:Start | Start value of scale. Use this property to determine the value of the first tick marker after the minimum. | Read/Write | Yes |
632F00A | Flipped | If TRUE, reverses the positions of the minimum and maximum values on the scale. | Read/Write | Yes |
632F00B | Mapping Mode | Scale mapping mode: 0-Linear, 1-Logarithmic. | Read/Write | Yes |
632F00C | Editable | Allows editing of scale values. | Read/Write | Yes |
632F00D | Tick Colors:Tick Color | Color of the tick mark. | Read/Write | Yes |
632F00E | Tick Colors:Minor Tick Color | Color of the minor tick mark. | Read/Write | Yes |
632F00F | Uniform Marker Spacing? | Determines whether the markers are uniformly spaced. | Read/Write | Yes |
632F010 | Visible | Shows the scale. | Read/Write | Yes |
632F011 | Old Range | Read/Write | Yes | |
632F012 | Marker Colors | Text color and background color of scale marker. | Read/Write | Yes |
632F013 | Marker Colors:Text Color | Color of the scale marker text. | Read/Write | Yes |
632F014 | Marker Colors:BG Color | Background color of the scale marker. | Read/Write | Yes |
632F015 | Marker | Reference to the scale marker. | Read Only | Yes |
632F016 | Format String | Sets the format string of the scale. | Read/Write | Yes |
632F017 | Tick Colors | Gets or sets the tick color and minor tick color of the scale. | Read/Write | Yes |
632F018 | Autoscale Padding | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: GObject Class.
Events
This class has no events or it inherits events from its parent: GObject Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |