ComponentOne FlexChart for WinForms
FitType Property


C1.Win.Chart Namespace > TrendLine Class : FitType Property
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;}
See Also

Reference

TrendLine Class
TrendLine Members