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