Partager via


Trendline.InterceptIsAuto Property

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

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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

Remarks

Setting the Intercept property sets this property to false.

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.PowerPoint Namespace