PointColor Property

3D Graph Control

PointColor Property

Syntax

CWPlot3D.PointColor

Data Type

Color

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

See Also

PointStyle

PointSize

PointFrequency