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