GrapeCity.Xaml.Excel
Intercept Property (IExcelTrendLine)


GrapeCity.Excel.Chart Namespace > IExcelTrendLine Interface : Intercept Property
Specifies the value where the trendline shall cross the y axis.
Syntax
'Declaration
 
Property Intercept As Nullable(Of Double)
'Usage
 
Dim instance As IExcelTrendLine
Dim value As Nullable(Of Double)
 
instance.Intercept = value
 
value = instance.Intercept
Nullable<double> Intercept {get; set;}
See Also

Reference

IExcelTrendLine Interface
IExcelTrendLine Members