GrapeCity.Xaml.Excel
Order Property (IExcelTrendLine)


GrapeCity.Excel.Chart Namespace > IExcelTrendLine Interface : Order Property
Specifies the order of the polynomial trend line.
Syntax
'Declaration
 
Property Order As Integer
'Usage
 
Dim instance As IExcelTrendLine
Dim value As Integer
 
instance.Order = value
 
value = instance.Order
int Order {get; set;}
See Also

Reference

IExcelTrendLine Interface
IExcelTrendLine Members