WComp Property

Gets or sets the number of a column whose values are to be used as color identifiers for vector plotting.

Syntax

object.WComp [= value]

Parameters

value
A Long expression containing an OLE_COLOR.

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 color identifiers. The XComp, YComp, and ZComp properties identify the other columns.

See Also

GraphType, XComp, YComp, ZComp