isTimeValues Field (TrendLine)
In This Topic
Flags for time values.
Syntax
'Declaration
Protected isTimeValues As Boolean()
'Usage
Dim instance As TrendLine
Dim value() As Boolean()
value = instance.isTimeValues
instance.isTimeValues = value
protected bool[] isTimeValues
See Also