GrapeCity.Xaml.Excel
Forward Property (IExcelTrendLine)


GrapeCity.Excel.Chart Namespace > IExcelTrendLine Interface : 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
 
Property Forward As Double
'Usage
 
Dim instance As IExcelTrendLine
Dim value As Double
 
instance.Forward = value
 
value = instance.Forward
double Forward {get; set;}
See Also

Reference

IExcelTrendLine Interface
IExcelTrendLine Members