FitType Property (TrendLine)
In This Topic
Gets or sets the fit type of trend line.
Syntax
'Declaration
<C1DescriptionAttribute("TrendLine.FitType", "Gets or sets the fit type of trend line.")>
Public Property FitType As FitType
[C1Description("TrendLine.FitType", "Gets or sets the fit type of trend line.")]
public FitType FitType {get; set;}
See Also