PointColor Property
Syntax
CWPlot3D.PointColor
Data Type
Purpose
Specifies the color for points on a plot.
Remarks
The PointColor property is used with the following plot styles:
cwPoint
cwLinePoint
Example
'Set the plot style to cwLinePoint
CWGraph3D1.Plots.Item(1).Style = cwLinePoint
'Set the points'color to blue
CWGraph3D1.Plots.Item(1).PointColor = vbBlue