Value Property

Measurement Studio User Interface

Value Property

Syntax

CWPointer.Value

Data Type

Variant

Purpose

Specifies the value of the pointer.

Remarks

A pointer can have a value larger than the maximum value on a scale or smaller than the minimum value, though the pointer is drawn within the scale values. For example, if the scale range is 1 to 10 and the pointer value is 20, the pointer appears at 10. When the control is in ValuePairs Only mode, this property is the value of the value pair selected by the pointer. You must use ValuePairIndex to set the value.

Example

CWSlide1.Pointers.Item(1).Value = 3

See Also

ValuePairIndex

Value

ValuePairIndex