Trendline.InterceptIsAuto Property

True if the point where the trendline crosses the value axis is automatically determined by the regression. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property InterceptIsAuto As Boolean
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As Boolean

value = instance.InterceptIsAuto

instance.InterceptIsAuto = value
bool InterceptIsAuto { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

Setting the Intercept property sets this property to False.

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace