ComponentOne FinancialChart for WPF
FitType Property



C1.WPF.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;}
public:
property FitType FitType {
   FitType get();
   void set (    FitType value);
}
See Also

Reference

TrendLine Class
TrendLine Members