dotnetCHARTING Send comments on this topic.
Width Property
See Also 
dotnetCHARTING Namespace > Line Class : Width Property


Gets or sets the width of this line.

Syntax

Visual Basic (Declaration) 
Public Property Width As Integer
Visual Basic (Usage)Copy Code
Dim instance As Line
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
C# 
public int Width {get; set;}

Example

See Also

© 2010 All Rights Reserved.