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.
public:
property bool InterceptIsAuto { bool get(); void set(bool value); };
public bool InterceptIsAuto { get; set; }
Public Property InterceptIsAuto As Boolean
Property Value
Remarks
Setting the Intercept property sets this property to False.