LabelType Property

Measurement Studio User Interface

LabelType Property

Syntax

CWValuePairs.LabelType

Data Type

CWValuePairLabels

You can use the following constants with this data type:

  • cwVPLabelName–The axis draws the name of the value pairs.
  • cwVPLabelNone–The axis does not draw the value pair.
  • cwVPLabelValue–The axis draws the value of the value pair.

Purpose

Specifies the type of labels to draw for the value pairs.

Example

'Display the value pair's name, not its value
CWSlide1.Axis.ValuePairs.LabelType = cwVPLabelName