LineWidth Property

From 3D Graph Control

LineWidth Property

Syntax

CWContour.LineWidth

Data Type

Double

Purpose

Specifies the width of the contour line in points.

Remarks

The valid range for the width of a contour line is 0.0 to 100.0.

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