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