LineColor Property

3D Graph Control

LineColor Property

Syntax

CWContour.LineColor

Data Type

Color

Purpose

Specifies the color of the contour line.

Example

'Set the plot style to a line
CWGraph3D1.Plots.Item(1).Style = cwLine
'Set the contour line color to blue
CWGraph3D1.Contours.Item(1).LineColor = vbBlue
'Set the line width to 1.0
CWGraph3D1.Plots.Item(1).Contours.Item(1).LineWidth = 1.0

See Also

LineStyle

LineWidth