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;}

Example

See Also

© 2010 All Rights Reserved.