ZComp Property

Gets or sets the number of a column whose values are to be used as z-coordinate values for vector plotting.

Syntax

object.ZComp [= value]

Parameters

value
A Long expression containing the number of a column in the data array.

Remarks

This property applies only when the GraphType property is set to Vector Plot.

During vector plotting, the data array is used in a special way. The information in each row contributes one point to the graph. From a row, one or more (usually three) columns contribute the x-, y-, and z-coordinates of the point for that row, and another column contributes a value that determines the color of the point. The purpose of this property is to identify a column whose values are to be used as the z-coordinates of points. The XComp, YComp, and WComp properties identify the other columns.

See Also

GraphType, WComp, XComp, YComp