AutoGenerated Property (TrendLine)
In This Topic
Gets the value that indicates whether the data series was generated automatically.
Syntax
'Declaration
Public ReadOnly Property AutoGenerated As Boolean
'Usage
Dim instance As TrendLine
Dim value As Boolean
value = instance.AutoGenerated
public bool AutoGenerated {get;}
See Also