DundasWinExtensions
LineStyle Constructor
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > LineStyle Class : LineStyle Constructor


color
Color of line
width
Width of line
style
DashStyle of lie
Create LineStyle instance with passed parameters

Syntax

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

Parameters

color
Color of line
width
Width of line
style
DashStyle of lie

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.