Trendline.Intercept Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the point where the trendline crosses the value axis.
public:
property double Intercept { double get(); void set(double value); };
public double Intercept { get; set; }
Public Property Intercept As Double
Property Value
Remarks
Setting this property sets the InterceptIsAuto property to False.