Name Property

Measurement Studio User Interface

Name Property

Syntax

CWValuePair.Name

Data Type

String

Purpose

Specifies the name 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

Value