See Also

Line Class  | Line Members  | Overload List  | DashStyle

Language

Visual Basic

C#

Show All

c
Color of the line.
width
Width of the line.
ds
DashStyle of this line.
See Also Languages dotnetCHARTING Send comments on this topic.

Line Constructor(Color,Int32,DashStyle)

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

[Visual Basic]
Public Function New( _    ByVal c As Color, _    ByVal width As Integer, _    ByVal ds As DashStyle _ )
[C#]
public Line(    Color c,    int width,    DashStyle ds );

Parameters

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

See Also

Line Class  | Line Members  | Overload List  | DashStyle

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.