LineWidth Property

3D Graph Control

LineWidth Property

Syntax

CWPlot3D.LineWidth

Data Type

Double

Purpose

Specifies the width of the plotting line. The width range is 0 to 100.

Example

'Set the line width of the first plot to 0.5
CWGraph3D1.Plots.Item(1).LineWidth = 0.5

See Also

LineColor

LineStyle