SampleCount Property (TrendLine)
In This Topic
Gets or sets the sample count for function calculation.
Syntax
'Declaration
<C1DescriptionAttribute("TrendLine.SampleCount", "Gets or sets the sample count for function calculation.")>
Public Property SampleCount As Integer
[C1Description("TrendLine.SampleCount", "Gets or sets the sample count for function calculation.")]
public int SampleCount {get; set;}
See Also