GrapeCity.Xaml.Excel
Period Property (IExcelTrendLine)


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

Reference

IExcelTrendLine Interface
IExcelTrendLine Members