GrapeCity.Xaml.Excel
Intercept Property (ExcelTrendLine)


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

Reference

ExcelTrendLine Class
ExcelTrendLine Members