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