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


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

Syntax

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

Parameters

c
Color of the line.

See Also

© 2010 All Rights Reserved.