Trendline.InterceptIsAuto 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.
True if the point where the trendline crosses the value axis is automatically determined by the regression. Read/write Boolean.
public:
property bool InterceptIsAuto { bool get(); void set(bool value); };
public bool InterceptIsAuto { get; set; }
member this.InterceptIsAuto : bool with get, set
Public Property InterceptIsAuto As Boolean
Property Value
Boolean
Remarks
Setting the Intercept property sets this property to False.