Intercept property (Excel Graph)
Returns or sets the point where the trendline crosses the value axis. Read/write Double.
expression.Intercept
expression Required. An expression that returns one of the objects in the Applies To list.
Setting this property sets the InterceptIsAuto property to False.
This example sets trendline one to cross the value axis at 5. The example should be run on a 2D column chart that contains a single series with a trendline.
myChart.SeriesCollection(1).Trendlines(1).Intercept = 5
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.