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

color
Specifies the line color.
weight
Specifies the line weight.

Glossary Item Box

Initializes a new instance of the Line class with a solid line of the weight and color specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal weight As System.Integer _
)
C# 
public Line( 
   Color color,
   System.int weight
)

Parameters

color
Specifies the line color.
weight
Specifies the line weight.

See Also