Symbol Property (TrendLine)
In This Topic
Gets or sets the symbol template which applies to the each data point of the series.
Syntax
'Declaration
Public Property Symbol As Object
'Usage
Dim instance As TrendLine
Dim value As Object
instance.Symbol = value
value = instance.Symbol
public object Symbol {get; set;}
See Also