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



Gets or sets the DashStyle of this line.

Syntax

Visual Basic (Declaration) 
Public Property DashStyle As DashStyle
Visual Basic (Usage)Copy Code
Dim instance As Line
Dim value As DashStyle
 
instance.DashStyle = value
 
value = instance.DashStyle
C# 
public DashStyle DashStyle {get; set;}
C++/CLI 
public:
property DashStyle DashStyle {
   DashStyle get();
   void set (DashStyle value);
}

See Also