Location Property
Syntax
CWValuePairs.Location
Data Type
You can use the following constants with this data type:
- cwVPLocationIndex–The axis draws the value pairs at their index on the axis.
- cwVPLocationValue–The axis draws the value pairs at their value on the axis.
Purpose
Specifies if CWValuePairs are placed on the axis by their value or by their index.
Example
'Locate the value pairs by their value, not their index
CWSlide1.Axis.ValuePairs.Location = cwVPLocationValue