GrapeCity.Xaml.Excel
Intercept Property (ExcelTrendLine)


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;}
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options