ActiveReports 12
Line Constructor(Color)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Line Class > Line Constructor : Line Constructor(Color)
Specifies the line color.
Initializes a new instance of the Line class with a solid, 1 pt line, and the color specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
public Line( 
   Color color
)

Parameters

color
Specifies the line color.
See Also

Reference

Line Class
Line Members
Overload List