Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITrendline Interface / Intercept Property


In This Topic
    Intercept Property
    In This Topic
    Gets or sets the point where the trendline crosses the value axis.
    Syntax
    'Declaration
     
    Property Intercept As Double
    'Usage
     
    Dim instance As ITrendline
    Dim value As Double
     
    instance.Intercept = value
     
    value = instance.Intercept
    double Intercept {get; set;}
    Remarks
    Set this property to System.Double.NaN to indicate the point where the trendline crosses the value axis is automatically determined by the regression.
    See Also