LabelType Property
Syntax
CWValuePairs.LabelType
Data Type
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 value
CWGraph3D1.Axes.Item(1).ValuePairs.LabelType = cwVPLabelName