Trendline.Intercept Property

Definition

Returns or sets the point where the trendline crosses the value axis. Read/write Double.

public:
 property double Intercept { double get(); void set(double value); };
public double Intercept { get; set; }
member this.Intercept : double with get, set
Public Property Intercept As Double

Property Value

Double

Remarks

Setting this property sets the InterceptIsAuto property to False.

Applies to