GrapeCity.Xaml.Excel
Forward Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : Forward Property
Specifies the number of categories (or units on a scatter chart) that the trend line extends after the data for the series that is being trended.
Syntax
'Declaration
 
Public Property Forward As Double
'Usage
 
Dim instance As ExcelTrendLine
Dim value As Double
 
instance.Forward = value
 
value = instance.Forward
public double Forward {get; set;}
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members