GrapeCity.Xaml.Excel
Period Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : Period Property
Specified the period of the trend line for a moving average trend line.
Syntax
'Declaration
 
Public Property Period As Integer
'Usage
 
Dim instance As ExcelTrendLine
Dim value As Integer
 
instance.Period = value
 
value = instance.Period
public int Period {get; set;}
Remarks
It should be ignored for other trend line types.
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members