ActiveReports Developer 7
Line Constructor(Color)
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Line Class > Line Constructor : Line Constructor(Color)

color
Specifies the line color.

Glossary Item Box

Initializes a new instance of the Line class with a solid, 1 pt line, and the color specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color _
)
C# 
public Line( 
   Color color
)

Parameters

color
Specifies the line color.

See Also