GraphScale class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | GraphScale class |
Class ID | 42 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The GraphScale class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide GraphScale 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 |
---|---|---|---|---|
6330800 | Scale Fit | Fits the scale to data. | Read/Write | Yes |
6330801 | Offset and Multiplier | Cluster of offset(Xo) and multiplier(deltaX) for scaling values such that the final value equals (deltaX)*X + Xo. | Read/Write | Yes |
6330802 | Offset and Multiplier:Offset | Offset, or initial value, for scaling data using (deltaX)*X + Xo. | Read/Write | Yes |
6330803 | Offset and Multiplier:Multiplier | Multiplier, or interval, for scaling data using (deltaX)*X + Xo. | Read/Write | Yes |
6330804 | Loose Fit | If TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale. | Read/Write | Yes |
6330805 | Marker Values[] | Array of user-defined marker values. LabVIEW ignores this array if it cannot draw numbers without overlapping. | Read/Write | Yes |
6330806 | Name Label | Reference to the scale name label. | Read Only | Yes |
6330807 | Grid Colors | Cluster of grid colors (major and minor) of a graph scale. | Read/Write | Yes |
6330808 | Grid Colors:Major Color | Color of the major grid on the scale. | Read/Write | Yes |
6330809 | Grid Colors:Minor Color | Color of the minor grid on the scale. | Read/Write | Yes |
633080A | Unit Label | Reference to the unit label. You can use this reference with the Text properties. | Read Only | Yes |
633080B | Expand Digital Buses | If TRUE, displays digital waveform data as individual data lines. If FALSE, displays the data as a bus. This property is available only for digital waveform graphs. | Read/Write | Yes |
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
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |