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

color
Specifies the line color.
style
Specifies the LineStyle.

Glossary Item Box

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

Syntax

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

Parameters

color
Specifies the line color.
style
Specifies the LineStyle.

See Also