LineColor Property
Syntax
CWPlot.LineColor
Data Type
Purpose
Specifies the color of line that connects points in the plot.
Example
'Set the plot line color to blue
CWGraph1.Plots.Item(1).LineColor = vbBlue
CWPlot.LineColor
Specifies the color of line that connects points in the plot.
'Set the plot line color to blue
CWGraph1.Plots.Item(1).LineColor = vbBlue