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


c
Color of the line.
ds
DashStyle of this line.
Initialize a new instance of the Line class with a color and DashStyle.

Syntax

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

Parameters

c
Color of the line.
ds
DashStyle of this line.

See Also

© 2010 All Rights Reserved.