Value Property

Measurement Studio User Interface

Value Property

Syntax

CWValuePair.Value

Data Type

Variant

Purpose

Specifies the value of a value pair.

Example

'Create a value pair
CWGraph1.Axes.Item(1).ValuePairs.Item(1).Add 

'Set the name to "Boiling Point" and the value to 212
CWGraph1.Axes.Item(1).ValuePairs.Item(1).Name = "Boiling Point"
CWGraph1.Axes.Item(1).ValuePairs.Item(1).Value = "212"

See Also

Name