Jump to content

GraphScale class

From LabVIEW Wiki
Revision as of 00:29, 2 September 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


The GraphScale class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide GraphScale Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
GraphScale Properties Table
Property ID Short Name (English) Description R/W RTE
633080B ExpandDigitalBuses 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.

This property applies only to the active X-scale or active Y-scale.

This property is similar to the Expand Digital Buses item on the shortcut menu of a digital waveform scale.

R/W X
6330807 GridColors Cluster of grid colors (major and minor) of a graph scale.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. This property applies only to the active X-scale or active Y-scale.

This property is similar to the Grid Style and Colors option on the Scales page of the Properties dialog box.

R/W X
6330808 MajGrdColor Color of the major grid on the scale.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. This property applies only to the active X-scale or active Y-scale.

This property is an element of the Grid Colors property.

R/W X
6330809 MnrGrdColor Color of the minor grid on the scale.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property. This property applies only to the active X-scale or active Y-scale.

This property is an element of the Grid Colors property.

R/W X
6330804 LooseFit If TRUE, LabVIEW rounds the end markers to a multiple of the increment used for the scale.

This property applies only to the active X-scale or active Y-scale.

This property is similar to the Loose Fit item on the shortcut menu of a graph or chart.

R/W X
6330805 MarkerVals() Array of user-defined marker values. LabVIEW ignores this array if it cannot draw numbers without overlapping.

This property applies only to the active X-scale or active Y-scale.

R/W X
6330806 NameLbl Reference to the scale name label.

You can use this reference with the Text properties. This property applies only to the active X-scale or active Y-scale.

This property is similar to the Name option on the Scales page of the Properties dialog box.

R X
6330801 Ofst&Mult Cluster of offset(Xo) and multiplier(deltaX) for scaling values such that the final value equals (deltaX)*X + Xo.

This property applies only to the active X-scale or active Y-scale.

This property is similar to the Offset and Multiplier options on the Scales page of the Properties dialog box.

R/W X
6330803 Multiplier Multiplier, or interval, for scaling data using (deltaX)*X + Xo.

This property applies only to the active X-scale or active Y-scale. This property is an element of the Offset and Multiplier property.

This property is similar to the Multiplier option on the Scales page of the Properties dialog box.

R/W X
6330802 Offset Offset, or initial value, for scaling data using (deltaX)*X + Xo.

If you change the offset, the scale no longer uses 0 as the origin of the plot. This property applies only to the active X-scale or active Y-scale. This property is an element of the Offset and Multiplier property.

This property is similar to the Offset option on the Scales page of the Properties dialog box.

R/W X
6330800 ScaleFit Fits the scale to data.

This property applies only to the active X-scale or active Y-scale.

This property is similar to the AutoScale items on the shortcut menu of an x- or y-scale and to the Autoscale checkbox on the Scales page of the Properties dialog box.

R/W X
633080A UnitLabel Reference to the unit label. You can use this reference with the Text properties.

This property applies only to the active X-scale or active Y-scale.

R X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also