ConnectionStyle Property (TrendLine)
In This Topic
Gets or sets the style of connection.
Syntax
'Declaration
Public Property ConnectionStyle As Style
'Usage
Dim instance As TrendLine
Dim value As Style
instance.ConnectionStyle = value
value = instance.ConnectionStyle
public Style ConnectionStyle {get; set;}
See Also