In This Topic
Gets or sets the fit type of trend line.
Syntax
'Declaration
Public Property FitType As FitType
'Usage
Dim instance As TrendLine
Dim value As FitType
instance.FitType = value
value = instance.FitType
public FitType FitType {get; set;}
public:
property FitType FitType {
FitType get();
void set ( FitType value);
}
See Also