SymbolSize Property (TrendLine)
In This Topic
Gets or sets the symbol size in pixels.
Syntax
'Declaration
Public Property SymbolSize As Size
'Usage
Dim instance As TrendLine
Dim value As Size
instance.SymbolSize = value
value = instance.SymbolSize
public Size SymbolSize {get; set;}
See Also