Location Property

3D Graph Control

Location Property

Syntax

CWValuePairs.Location

Data Type

CWValuePairLocations

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 value pairs are placed on the axis by their value or by their index.

Example

'Locate the value pairs by value, not by index
CWGraph3D1.Axes.Item(1).ValuePairs.Location = cwVPLocationValue