In This Topic
Gets or sets the maximum value of function parameter.
Syntax
'Declaration
Public Property Max As Double
'Usage
Dim instance As TrendLine
Dim value As Double
instance.Max = value
value = instance.Max
public double Max {get; set;}
See Also