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;}
C++/CLI 
public:
property int Width {
   int get();
   void set (int value);
}

See Also