Trendline.InterceptIsAuto Property

Definition

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.

Applies to