ConnectionStroke Property (TrendLine)
In This Topic
Gets or sets the connection outline brush.
Syntax
'Declaration
Public Property ConnectionStroke As Brush
'Usage
Dim instance As TrendLine
Dim value As Brush
instance.ConnectionStroke = value
value = instance.ConnectionStroke
public Brush ConnectionStroke {get; set;}
See Also