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


c
width
ds
Initialize a new instance of the Line class with a color, line width, and .

Syntax

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

Parameters

c
width
ds

See Also

Reference

Line Class
Line Members
Overload List
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle
DashStyle

© 2010 All Rights Reserved.