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