dotnetCHARTING Send comments on this topic.
Line Constructor(Color,Int32)
See Also 
dotnetCHARTING Namespace > Line Class > Line Constructor : Line Constructor(Color,Int32)


c
Color of the line.
width
Width of the line.
Initialize a new instance of the Line class with a color and line width.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal c As Color, _
   ByVal width As Integer _
)
Visual Basic (Usage)Copy Code
Dim c As Color
Dim width As Integer
 
Dim instance As Line(c, width)
C# 
public Line( 
   Color c,
   int width
)

Parameters

c
Color of the line.
width
Width of the line.

See Also

© 2010 All Rights Reserved.