LineWidth Property
Syntax
CWPlot3D.LineWidth
Data Type
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
CWPlot3D.LineWidth
Specifies the width of the plotting line. The width range is 0 to 100.
'Set the line width of the first plot to 0.5
CWGraph3D1.Plots.Item(1).LineWidth = 0.5