GrapeCity.Xaml.Excel
Backward Property (ExcelTrendLine)


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

Reference

ExcelTrendLine Class
ExcelTrendLine Members